Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 801 Bytes

File metadata and controls

36 lines (21 loc) · 801 Bytes

some_bot

some_bot: a tagpro helper bot

Some Bot Web

Environment Vars

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

Setup

  1. install postgres server and create a db (default, "somebot") that your user can write to

  2. create a virtual environment and

     pip install -r requirements.txt
    
  3. create some directories

     mkdir static/{maps,previews,thumbs}  # TODO: not sure if this is needed anymore
    
  4. create your secret.py by following the template in secret.py.example

Run dev server

NOTE: do not expose this to the outside world since it exposes a debug console by default!

python manage.py runserver