Address comments

This commit is contained in:
Rebecca Hsieh 2023-12-06 09:54:12 -08:00
parent 7bc77ac4f9
commit b2e2bc364a
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -9,7 +9,7 @@ Some common commands:
- ./manage.py showmigrations -- shows the current migrations that are finished, all should have [x] - ./manage.py showmigrations -- shows the current migrations that are finished, all should have [x]
- ./manage.py makemigrations -- makes the migration - ./manage.py makemigrations -- makes the migration
- ./manage.py showmigrations -- now you should see the new/updated migration with a [ ] - ./manage.py showmigrations -- now you should see the new/updated migration with a [ ]
- ./manage.py migrate [folder name here, ie registrar] - ./manage.py migrate [folder name here, ie registrar] -- applies those changes to db for specific folder
- ./manage.py showmigrations -- the migration changes should now have a [x] by it - ./manage.py showmigrations -- the migration changes should now have a [x] by it
@ -110,7 +110,7 @@ Test out the sandbox from there and it should be working!
**Debug connectivity** **Debug connectivity**
dig getgov-rh.app.cloud.gov (domain information groper, gets DNS nameserver information) dig https://getgov-<app>.app.cloud.gov (domain information groper, gets DNS nameserver information)
curl -v https://getgov-<app>.app.cloud.gov/ --resolve 'getgov-<app>.app.cloud.gov:<your-ip-address-from-dig-command-above-here>' (this gets you access to ping to it) curl -v https://getgov-<app>.app.cloud.gov/ --resolve 'getgov-<app>.app.cloud.gov:<your-ip-address-from-dig-command-above-here>' (this gets you access to ping to it)
You should be able to play around with your sandbox and see from the curl command above that its being pinged. This command is basically log stream, but gives you full access to make sure you can ping the sandbox manually You should be able to play around with your sandbox and see from the curl command above that its being pinged. This command is basically log stream, but gives you full access to make sure you can ping the sandbox manually
https://cisa-corp.slack.com/archives/C05BGB4L5NF/p1697810600723069 https://cisa-corp.slack.com/archives/C05BGB4L5NF/p1697810600723069