Hi,
I’m trying to setup sentry server on my digital ocean server. These are the steps I’m doing and it’s not working.
- Clone this git
- Install Compose and Docker using this .sh file
- Create a linux user, dbuser, dbpassword and a database
- execute
mkdir -p data/{sentry,postgres}
- run
docker-compose run --rm web config generate-secret-key
- take the secret key and paste it in
docker-compose.yml
and uncomment the SENTRY_SECRET_KEY - save and exit the
docker-compose.yml
file - open, edit and save the
sentry.conf.py
with my new db details (db, dbuser, dbpassword, port) - run
docker-compose run --rm web upgrade
- run
docker-compose up -d
- Check
http://my-host-ip:9000
, and nothing happening, page keeps loading and at the end It’s like website doesn’t exist.
Can you help me please?
Is there any video-tutorial who explain how to setup a sentry server? I searched a lot and I didn’t find anything. Even it’s very hard to find a noob-friendly tutorial on a website.