/accio

Automate your deployments :rocket:

Primary LanguagePythonMIT LicenseMIT

Accio

Automatic deployments 🚀 Build status

Screenshot

Install

pip install -Ur requirements.txt
npm install --production # drop --production if you are not deploying

Running accio

Production

See docs/production for details on how to run it in production. Also see docs/configuration on how to configure.

Development

Start backend and frontend with these commands and head to localhost:3000.

python manage.py runserver
npm start

If you want to to test queues you need to start celery. However, be aware that tasks are run synchronously in development unless configured otherwise.