Download this package
open terminal cd into this directory and run node app.js
| #! /bin/bash | |
| export RUN_AS='sentry'; | |
| export INSTALL_DIR='/var/www/sentry'; | |
| HOSTNAME='http://mysentry.example.com'; # No trailing slash | |
| DB_HOST='something.rds.amazonaws.com'; | |
| DB_PORT='5432'; | |
| DB_USER='sentry'; | |
| DB_NAME='sentry'; | |
| DB_PASSWORD='DB_PASSWORD'; |