solar/run.sh
2015-11-24 12:36:56 +01:00

14 lines
261 B
Bash
Executable File

#!/bin/bash
# required for ease of development
python setup.py develop
pushd /solard
python setup.py develop
popd
#used only to start celery on docker
ansible-playbook -v -i "localhost," -c local /celery.yaml --skip-tags slave
tail -f /var/run/celery/*.log