https://github.com/mosesliao/sentry-on-pcf
Getting sentry to be installed in Pivotal Cloud Foundry
https://github.com/mosesliao/sentry-on-pcf
pcf sentry
Last synced: about 1 month ago
JSON representation
Getting sentry to be installed in Pivotal Cloud Foundry
- Host: GitHub
- URL: https://github.com/mosesliao/sentry-on-pcf
- Owner: mosesliao
- Created: 2017-03-02T12:10:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T12:17:35.000Z (over 9 years ago)
- Last Synced: 2025-03-30T22:46:26.329Z (about 1 year ago)
- Topics: pcf, sentry
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentry 8.13.0 On PCF
This script is proven to be able to deploy Sentry.io to Pivotal Cloud Foundry
## Steps
1. Git clone this respository
2. Set up your PostgreSQL / MySQL and Redis Service Brokers in PCF
3. Add in the following `env` details to `manifest.yml`
* `SMTP_BACKEND`, `SMTP_HOST`, `SMTP_PORT` for emailing configurations
* `http_proxy` and `https_proxy` if your cf is behind proxy servers
* `superuser_email` and `superuser_password` to create the first user
4. `cf login` and run `cf push` to deploy