solar/run.sh
2015-11-17 14:22:55 +02:00

16 lines
279 B
Bash
Executable File

#!/bin/bash
# required for ease of development
pushd /solar
python setup.py develop
popd
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