npm install
gulp build
python setup.py install
Create the required SQLite database by running
createpokerdb [<database file>]
You can omit the database file parameter to create a database with the default name poker.db
.
Simply call the pokerserver script that was generated during package installation:
pokerserver
Use pokerserver --help
to see a full list of available parameters.
Make sure you have virtualenvwrapper installed. The following command creates a virtual environment called pokerserver and installs the whole package including its requirements:
./mkvenv.sh
Afterwards you can activate the environment using
workon pokerserver
We use card images from https://github.com/notpeter/Vector-Playing-Cards which are released into the public domain.