some_bot: a tagpro helper bot
SOMEBOT_DB - specify the name of the postgres database to use
SOMEBOT_CFG - specify a custom config file to override settings in config.py and secret.py
-
install postgres server and create a db (default, "somebot") that your user can write to
-
create a virtual environment and
pip install -r requirements.txt
-
create some directories
mkdir static/{maps,previews,thumbs} # TODO: not sure if this is needed anymore
-
create your
secret.py
by following the template insecret.py.example
NOTE: do not expose this to the outside world since it exposes a debug console by default!
python manage.py runserver