Howto added. Installation and usage included.
This commit is contained in:
parent
ce02587c95
commit
a4f7774143
1 changed files with 18 additions and 0 deletions
18
HOWTO
Normal file
18
HOWTO
Normal file
|
@ -0,0 +1,18 @@
|
|||
INSTALL
|
||||
1. Cd into directory where you to have the project
|
||||
2. git-clone git@github.com:jeena/GGS.git (remember to have a local key)
|
||||
3. cd GGS/
|
||||
4. git submodule init
|
||||
5. git submodule update
|
||||
6. cd erlang_js
|
||||
7. make
|
||||
8. make test (If not all tests are passed then you are screwed!)
|
||||
10. cd ../
|
||||
11. ./build
|
||||
12.
|
||||
|
||||
USAGE
|
||||
1. start a second terminal
|
||||
2. telnet localhost 7000
|
||||
3. back to first terminal
|
||||
4. ./start
|
Reference in a new issue