mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
14 lines
289 B
Bash
Executable File
14 lines
289 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/home/wger/venvwrapper migrate
|
|
|
|
if [ "${DOWNLOAD_IMGS}" = "TRUE" ]; then
|
|
/home/wger/venvwrapper download-exercise-images
|
|
chmod -R g+w ~wger/media
|
|
fi
|
|
|
|
/home/wger/venvwrapper collectstatic --no-input
|
|
/home/wger/venvwrapper compress --force
|
|
|
|
/usr/sbin/apache2ctl -D FOREGROUND
|