Archive for Juli 2017
How to install Sentry on Google Cloud Platform with Nginx as proxy
Running on Debian 3.16.0-4-amd64 on Google Cloud Platform
Install Docker
https://docs.docker.com/engine/installation/linux/debian/
Install docker-compose
https://docs.docker.com/compose/install/
- curl -L „https://github.com/docker/compose/releases/download/1.11.2/docker-compose-$(uname -s)-$(uname -m)“ -o /usr/local/bin/docker-compose
- chmod +x /usr/local/bin/docker-compose
Install Sentry
- git clone https://github.com/getsentry/onpremise.git
- cd onpremise
- https://github.com/getsentry/onpremise
You reach your fresh installed Sentry under
Sentry, SSL and Nginx
If you’re using SSL, you’ll also need to set the following in sentry.conf.py
:
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')