Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 304 Bytes

File metadata and controls

11 lines (11 loc) · 304 Bytes

Without render-worker:

  • run redis server
  • clone repository
  • git submodule init
  • git submodule update
  • pip install -r requirements.txt
  • mkdir tmp
  • python init_db.py
  • cp render_worker/tasks_config.sample.py tasks_config.py
  • cd app/static && npm install && cd ../..
  • python web.py