Update development docker setup

This commit is contained in:
Aarni Halinen
2019-11-03 16:06:14 +02:00
parent 7457b8a24d
commit 96fc8a5569
7 changed files with 39 additions and 236 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
echo "SIK WEB 2.0"
echo "This script will set up the environment for this project."
echo "========================================================="
echo "Dependencies: python>3.5"
echo "Dependencies: python3.7"
INTERACTIVE="true"
USE_NPM="true"
@@ -65,6 +65,7 @@ fi
set -e
set -x
pip install -r requirements.txt
pip install -r requirements.production.txt
$USE_NPM && npm install
python manage.py migrate
python manage.py createdefaultadmin