Skip to content

Commit

Permalink
Merge pull request #3 from nrako/master
Browse files Browse the repository at this point in the history
Updated sentry to 5.4.5 and fixed README typos and infos
  • Loading branch information
jpvanhal committed Mar 28, 2013
2 parents 10612d1 + 17420a4 commit f09b035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Follow the steps below to get Sentry up and running on Heroku:
2. Add database to the application::

heroku addons:add heroku-postgresql:dev
heroku pg:promote HEROKU_POSTGRESQL_COLOR
heroku pg:promote $(heroku config -s | awk -F= '$1 ~ /^HEROKU_POSTGRESQL_[A-Z]+_URL$/ {print $1}')

3. Set the Django settings module to be used::

heroku config:add DJANGO_SETTINGS_MODULE=sentry_conf
heroku config:add DJANGO_SETTINGS_MODULE=sentry.conf

4. Set Sentry's shared secret for global administration privileges::

Expand All @@ -46,11 +46,11 @@ Follow the steps below to get Sentry up and running on Heroku:

6. Run Sentry's database migrations::

heroku run "sentry --config=sentry_conf.py upgrade"
heroku run "sentry --config=sentry.conf.py upgrade"

7. Create a user account for yourself::

heroku run "sentry --config=sentry_conf.py createsuperuser"
heroku run "sentry --config=sentry.conf.py createsuperuser"

That's it!

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-paging==0.2.4
django-picklefield==0.3.0
django-secure==0.1.2
django-social-auth==0.7.20
django-social-auth-trello==1.0.2
django-social-auth-trello==1.0.3
django-static-compiler==0.3.1
django-templatetag-sugar==0.1
gevent==0.13.8
Expand All @@ -34,8 +34,8 @@ pynliner==0.4.0
python-dateutil==1.5
python-openid==2.2.5
pytz==2012j
raven==3.1.16
sentry==5.4.1
raven==3.2.0
sentry==5.4.5
sentry-github==0.1.2
simplejson==3.1.0
six==1.2.0
Expand Down

0 comments on commit f09b035

Please sign in to comment.