mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 10:56:47 +00:00
Jenkins tweaks
This commit is contained in:
parent
841394ebac
commit
019feecb03
@ -5,5 +5,6 @@ source env/bin/activate
|
|||||||
python --version
|
python --version
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
git submodule init
|
||||||
git submodule update --remote --recursive
|
git submodule update --remote --recursive
|
||||||
deactivate
|
deactivate
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
export ODDBROOT="od-database"
|
export ODDBROOT="od-database"
|
||||||
|
|
||||||
screen -S oddb_web -X quit
|
screen -S oddb_web -X quit
|
||||||
|
killall -9 uwsgi
|
||||||
echo "starting oddb_web"
|
echo "starting oddb_web"
|
||||||
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
|
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user