New installation notes.

This commit is contained in:
Kallfaktorn 2011-02-05 16:27:06 +01:00 committed by Jonatan Pålsson
parent 7267781b64
commit e8c93893d2

7
HOWTO
View file

@ -1,3 +1,6 @@
PREREQUISITES:
python version 2.x set to default.
INSTALL INSTALL
1. Cd into directory where you to have the project 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) 2. git-clone git@github.com:jeena/GGS.git (remember to have a local key)
@ -6,13 +9,13 @@ INSTALL
5. git submodule update 5. git submodule update
6. cd erlang_js 6. cd erlang_js
7. make 7. make
8. make test (If not all tests are passed then you are screwed!) 8. make test (Optional. It has to work though.)
10. cd ../ 10. cd ../
11. ./build 11. ./build
12. 12.
USAGE USAGE
1. start a second terminal 1. start a second terminal
2. telnet localhost 7000 2. ./python_client 9000
3. back to first terminal 3. back to first terminal
4. ./start 4. ./start