Skip to content

Instantly share code, notes, and snippets.

@fabiolnm
Created November 16, 2011 02:15
Deploying with proper directory structure
git push heroku master
Counting objects: 49, done.
Compressing objects: 100% (33/33), done.
Writing objects: 100% (49/49), 9.42 KiB, done.
Total 49 (delta 17), reused 31 (delta 10)
-----> Heroku receiving push
-----> Python/Django app detected
-----> Preparing virtualenv version 1.6.4
New python executable in ./bin/python
Installing setuptools............done.
Installing pip...............done.
-----> Django settings injection
Injecting code into App-Contatos/settings.py to read from DATABASE_URL
-----> Installing dependencies using pip version 1.0.2
Downloading/unpacking Django==1.3.1 (from -r requirements.txt (line 1))
Creating supposed download cache at /app/tmp/repo.git/.cache/pip_downloads
Storing download in cache at /app/tmp/repo.git/.cache/pip_downloads/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FD%2FDjango%2FDjango-1.3.1.tar.gz
Running setup.py egg_info for package Django
Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in /usr/local/lib/python2.7 (from -r requirements.txt (line 2))
Installing collected packages: Django
Running setup.py install for Django
changing mode of build/scripts-2.7/django-admin.py from 600 to 755
changing mode of /tmp/build_ylstetpmj562/bin/django-admin.py to 755
Successfully installed Django
Cleaning up...
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 7.7MB
-----> Launching... done, v5
http://strong-stream-6920.herokuapp.com deployed to Heroku
To git@heroku.com:strong-stream-6920.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment