File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- cd " ${BASH_SOURCE%/* } "
4
+ # cd "${BASH_SOURCE%/*}/.. "
5
5
6
- # export SERVICE_NAME="replace-me"
7
- echo $SERVICE_NAME
6
+ pipenv install --dev
7
+ pipenv run python manage.py migrate --noinput
8
+ pipenv run python manage.py load_fixtures api
9
+ pipenv run python manage.py collectstatic --noinput --clear
8
10
9
- # pipenv install --dev
10
- # pipenv run python ../manage.py migrate --noinput
11
- # pipenv run python ../manage.py load_fixtures api
12
- # pipenv run python ../manage.py collectstatic --noinput --clear
13
-
14
- # wget -O - https://raw.githubusercontent.com/ocadotechnology/codeforlife-template-backend/backend_template/scripts/setup | bash
11
+ # wget -O - https://raw.githubusercontent.com/ocadotechnology/codeforlife-template-backend/backend_template/scripts/setup | SERVICE_NAME=replace-me bash
You can’t perform that action at this time.
0 commit comments