Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

relekang/accio

Repository files navigation

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.

About

Automate your deployments 🚀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published