File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ docker-compose -f local.yml up postgres
19
19
2 . Find the container ID using ` docker ps ` , then enter the PostgreSQL container to execute commands.
20
20
21
21
```
22
- $ docker ps
23
- CONTAINER ID IMAGE COMMAND
22
+ $ docker ps
23
+ CONTAINER ID IMAGE COMMAND
24
24
23d33f22cc43 sde_indexing_helper_production_postgres "docker-entrypoint.s…"
25
25
26
- $ docker exec -it 23d33f22cc43 bash
26
+ $ docker exec -it 23d33f22cc43 bash
27
27
```
28
28
29
29
3 . Create a connection to the database.
@@ -32,7 +32,7 @@ $ docker exec -it 23d33f22cc43 bash
32
32
psql -U VnUvMKBSdkoFIETgLongnxYHrYVJKufn -d sde_indexing_helper
33
33
```
34
34
35
- 4 . Ensure that the database ` sde_indexing_helper ` is empty.
35
+ 4 . Ensure that the database ` sde_indexing_helper ` is empty.
36
36
37
37
```
38
38
sde_indexing_helper-# \c
@@ -78,4 +78,4 @@ docker-compose -f local.yml up
78
78
docker-compose -f local.yml run --rm django python manage.py createsuperuser
79
79
```
80
80
81
- 8 . Log in to the SDE Indexing Helper frontend to ensure that all data has been correctly populated in the UI.
81
+ 8 . Log in to the SDE Indexing Helper frontend to ensure that all data has been correctly populated in the UI.
You can’t perform that action at this time.
0 commit comments