a dotstarmoney game
- install python 3.4, installed by default on ubuntu 14.04+
- install virtualenvwrapper, make python virtual environment -
(sudo) pip install virtualenvwrapper; mkvirtualenv monospace; workon monospace - install and start database of your choosing -
sudo apt-get install mariadb; service mariadb start. Then create mariadb user, set a password, host and post. This is an exercise for the user to figure out. - Set the user, password, etc, as the following environment vars:
DB_USRDB_PASSWDDB_HOSTDB_PORT. Finally, create the tablemonospace_editorin mysql. - install dependencies -
pip install -r requirements.txt - start server -
python manage.py runserver - open browser at 127.0.0.1:8000
coming soon ;)
sudo ./install.sh