Skip to content

daedafusion/django-argos

Repository files navigation

django-argos

Install

OSX

brew install node libevent libmemcached
npm install -g bower

Linux

apt-get install python-dev libevent-dev nodejs
update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10

Deploy

./manage.py migrate
./manage.py createsuperuser # should only have to run this once
./manage.py bower_install
./manage.py collectstatic -l

./manage.py runserver

./manage.py celery worker #TODO this should be daemonized

./server.py # Run swapdragon websocket's server

About

User interface for the Daedafusion Argos stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published