start on a basic readme
1 file changed
tree: d4bbdaaa314e5965c64bfbdb4f1bf33276b27c3f
  1. api/
  2. setup/
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. README.md
README.md

Apache Warble (incubating) Server Package

This is going to be the master server for Apache Warble (incubating).

Setup instructions:

  • download Warble Server (or clone if you dare!)
  • run python3 setup/setup.py and follow the instructions
  • fire up the main application as WSGI, for instance via gunicorn:
    • cd /path/to/warble/api
    • gunicorn -w 10 -b 127.0.0.1:8000 handler:application -t 120 -D