Setting up a shop

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
Proton
Peon
Peon
Posts: 25
Joined: 07 Jan 2016, 19:25

Setting up a shop

Post by Proton »

How you set up a user shop?

Edit:
To answer my own question...
One way to do it

you install emacs:

Code: Select all

sudo apt-get install emacs
download and unpack tmwchat somewhere
https://bitbucket.org/rumly111/tmwchat/downloads

in ~/.emacs.d/init.el
(you create it, if it doesn't exist)
you put the bellow code with the correct path.

Code: Select all

(add-to-list 'load-path "/path/to/tmwchat/directory")
(require 'tmwchat)
for options
use this command "emacs -f customize-group" , then immediately type "tmwchat".
Or, in normal emacs "alt-x" then "customize-group" and then "tmwchat".

you need to give your login, password, alt name. For a shop, you also need to activate shop mode and give the IDs and prices of the items you want to buy/sell.

then you run it with:

Code: Select all

emacs -f tmwchat
If you want the terminal version, you run:

Code: Select all

emacs -nw -f tmwchat
(to quit this version [Ctrl-x Ctrl-c])
Tibor1
Peon
Peon
Posts: 17
Joined: 10 Jun 2016, 17:26
Location: Hungary

Re: Setting up a shop

Post by Tibor1 »

ty help proton dude
Post Reply