Skip to content

Commit

Permalink
Add missing step to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-weinberg committed Feb 16, 2024
1 parent 7555000 commit 35210d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ inventory
last_seen.json
traintracker-dev.nginx.conf
__pycache__/
devops/ec2-secrets.py
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ The Flask app is run under gunicorn and controlled by systemd, which will restar
- `TM_NTT_CERT_ARN` (for production)
- `TM_LABS_WILDCARD_CERT_ARN` (for beta)
3. A key named `transitmatters-ntt` needs to be available in your AWS account and copied to `~/.ssh/transitmatters-ntt.pem`.
4. Run `cd devops && ./deploy.sh` (add `-p` for production) to deploy.
5. You're all set! Visit:
4. You will also need to create an `ec2-secrets.py` file in the `devops/` directory.
5. Run `cd devops && ./deploy.sh` (add `-p` for production) to deploy.
6. You're all set! Visit:
- https://ntt-beta.labs.transitmatters.org for beta
- https://traintracker.transitmatters.org for production

Expand Down

0 comments on commit 35210d3

Please sign in to comment.