mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/sh
|
|
cd /opt/crawlab/frontend \
|
|
&& npm run build:prod \
|
|
&& mongod --fork --logpath /var/log/mongod.log \
|
|
&& service nginx reload \
|
|
&& service redis-server start \
|
|
&& python3 $WORK_DIR/manage.py $* |