mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
added information on what you should see after being granted /admins access
This commit is contained in:
parent
fd1ca851ed
commit
1ea3a743fd
1 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,7 @@ You'll need to create the `.env` file yourself. Get the secrets from Cloud.gov b
|
||||||
|
|
||||||
## Adding user to /admin
|
## Adding user to /admin
|
||||||
|
|
||||||
To be able to view and use /admin locally:
|
The endpoint /admin can be used to view and manage site content, including but not limited to user information and the list of current applications in the database. To be able to view and use /admin locally:
|
||||||
|
|
||||||
1. Login via login.gov
|
1. Login via login.gov
|
||||||
2. Go to the home page and make sure you can see the part where you can submit an application
|
2. Go to the home page and make sure you can see the part where you can submit an application
|
||||||
|
@ -54,6 +54,8 @@ To be able to view and use /admin locally:
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
5. In the browser, navigate to /admins. To verify that all is working correctly, under "domain applications" you should see fake domains with various fake statuses.
|
||||||
|
|
||||||
## Viewing Logs
|
## Viewing Logs
|
||||||
|
|
||||||
If you run via `docker-compose up`, you'll see the logs in your terminal.
|
If you run via `docker-compose up`, you'll see the logs in your terminal.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue