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