solar/run.sh
2015-11-17 14:21:51 +02:00

13 lines
165 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
tail -f /var/run/celery/*.log