Add API endpoint for node status checks

Used for the node software to check if the node is enabled/verified or
not
2 files changed
tree: 70f04865d4a5a01f29d83dc0cda8c4a264a5a4ea
  1. api/
  2. docs/
  3. setup/
  4. .gitignore
  5. LICENSE
  6. NOTICE
  7. 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!)
  • Make sure you have the following python 3 libs installed:
    • bcrypt
    • yaml
    • sqlite3
  • 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