better heroku script

This commit is contained in:
mdipierro
2012-11-17 22:28:51 -06:00
parent 62d37702a9
commit c8367e257f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-11-17 22:14:01) stable
Version 2.2.1 (2012-11-17 22:28:15) stable
+1 -1
View File
@@ -4,7 +4,7 @@ sudo pip install postgresql2
virtualenv venv --distribute
source venv/bin/activate
pip freeze > requirements.txt
echo "web: python web2py.py -a '"$passwd"' -i 0.0.0.0 -p $PORT" > Procfile
echo "web: python web2py.py -a '$passwd' -i 0.0.0.0 -p \$PORT" > Procfile
git init
git add .
git add Procfile