- Clone the repository:
git clone https://github.com/kparaju/async-poker.git
- Change into the directory:
cd async-poker
- (Optional) create a virtualenv:
virtualenv .env
- (Optional) go inside the virtualenv:
source .env/bin/activate
- Install required python packages:
pip install requirements.txt
- Create a settings file:
cp asyncagile/asyncagile/settings.py.ex asyncagile/asyncagile/settings.py
- Modify anything you need to in
settings.py
- Start the dev server:
cd asyncagile; python manage.py runserver