https://github.com/shalakhin/dokku-sentry
Launch sentry with dokku
https://github.com/shalakhin/dokku-sentry
Last synced: 3 months ago
JSON representation
Launch sentry with dokku
- Host: GitHub
- URL: https://github.com/shalakhin/dokku-sentry
- Owner: shalakhin
- Created: 2014-05-02T19:51:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T20:04:51.000Z (about 11 years ago)
- Last Synced: 2025-01-12T21:54:42.769Z (5 months ago)
- Language: Python
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dokku-sentry
To install sentry you can also add Dokku plugins like memcached or redis.
- PostgreSQL plugin: https://github.com/Kloadut/dokku-pg-plugin
- Memcached plugin: https://github.com/jezdez/dokku-memcached-plugin
- Redis plugin: https://github.com/luxifer/dokku-redis-pluginUpdate sentry.conf.py following [sentry instructions](http://sentry.readthedocs.org/en/latest/quickstart/#install-sentry).
sentry.conf.py is prepared for usage with dokku. You only have to update hostname, secret key and email settings.```
git push production
```First push will create app on dokku server and you'll be able to add plugins. Then:
```
dokku run [your app name] /bin/bash
sentry --config=sentry.conf.py upgrade
sentry --config=sentry.conf.py createsuperuser
```Then restart dokku app (i.e. update README or *docker stop* and *dokku run*) and you get your sentry server.