File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ python manage.py migrate
36
36
``` bash
37
37
python manage.py seed
38
38
```
39
- - Create a superuser:
39
+ - Create a superuser (optional) :
40
40
``` bash
41
41
python manage.py createsuperuser
42
42
```
@@ -55,11 +55,23 @@ python manage.py seed
55
55
$ docker-compose down
56
56
```
57
57
58
+ ### Reinstall backend
59
+ - Shut down the app (if running):
60
+ ``` bash
61
+ $ docker-compose down
62
+ ```
63
+ - Delete docker instances (WARNING: delete all docker instances):
64
+ ``` bash
65
+ $ docker volume prune
66
+ ```
67
+ - Repeat steps starting from [ ` Getting Started > Activate virtualenv ` ] ( https://github.com/CodeForPhilly/prevention-point#back-end )
68
+
58
69
### Front-end
59
70
- Make sure you have [ ` node (>=10.15.3) ` ] ( https://nodejs.org/en/ ) and [ ` yarn (>=1.15.2) ` ] ( https://yarnpkg.com/en/docs/install ) installed
60
71
- From the project's root directory, ` cd frontend `
61
72
- Run ` yarn ` to install dependencies
62
73
- Run ` yarn dev ` and navigate to ` localhost:1234 `
74
+ - Default username / password: admin / password123
63
75
64
76
Other tools
65
77
## Links
You can’t perform that action at this time.
0 commit comments