Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 591 Bytes

Central Server

A card game of hacking and trickery

Installation Setup


Clone the project repository and make sure you have virtualenv. Next enter the project directory and run the bootstrap script to generate a config file that you can then run to create the virtualenv environment.

$ python gen-bootstrap.py
$ python csrv-bootstrap.py .

Finally activate the virtualenv environment and then you can run the server or tests with the corresponding startup scripts.

$ source bin/activate
$ ./run_server
$ ./run_tests