This script is proven to be able to deploy Sentry.io to Pivotal Cloud Foundry
- Git clone this respository
- Set up your PostgreSQL / MySQL and Redis Service Brokers in PCF
- Add in the following
env
details tomanifest.yml
SMTP_BACKEND
,SMTP_HOST
,SMTP_PORT
for emailing configurationshttp_proxy
andhttps_proxy
if your cf is behind proxy serverssuperuser_email
andsuperuser_password
to create the first user
cf login
and runcf push
to deploy