Skip to content

Commit

Permalink
Launch Server Script Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Aug 14, 2017
1 parent 67e03a8 commit 4eada9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions launch_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ if [ -z "$VCAP_APP_PORT" ];
else SERVER_PORT="$VCAP_APP_PORT";
fi

pip uninstall django-material -y
pip install https://github.com/hairychris/django-material/archive/2b3d70347cf29bcc02b06d3319f9617b626502c8.zip

echo [$0] port is------------------- $SERVER_PORT
python manage.py makemigrations feedcrunch
python manage.py migrate
Expand Down

0 comments on commit 4eada9b

Please sign in to comment.