Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

MartinAltmayer/pokerserver

Repository files navigation

Pokerserver for our Python Workshop at TNG Technology Consulting

Build Status

Building the Frontend

npm install
gulp build

PIP Package Installation

python setup.py install

Running the server

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.

Development Setup

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

Attributions

We use card images from https://github.com/notpeter/Vector-Playing-Cards which are released into the public domain.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published