Skip to content

Commit 75508e3

Browse files
author
Jan Rudolph
committed
adding missing run.sh file fixes #2 and fixes #3
1 parent 848fffd commit 75508e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: run.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
/redis-stable/src/redis-server /photon/redis.conf && \
4+
cd /photon/phos && \
5+
celery worker -A app.celery --detach && \
6+
cd / && \
7+
/photon/phos/app.py $@

0 commit comments

Comments
 (0)