2017-03-08 12:35:35 +01:00
|
|
|
bash docker-entrypoint.sh
|
|
|
|
env | sort
|
|
|
|
apache2ctl start
|
|
|
|
apache2ctl graceful
|
2017-06-02 10:54:46 +02:00
|
|
|
/manage.sh operations worker -- -C
|
|
|
|
celery status --broker amqp://guest:guest@rabbit:5672//
|
|
|
|
celery events --broker amqp://guest:guest@rabbit:5672//
|
2017-03-09 15:30:45 +01:00
|
|
|
tail -n 40 -f /var/log/apache2/access.log
|
2017-03-08 12:35:35 +01:00
|
|
|
tail -n 40 -f /var/log/apache2/error.log
|