Add missing instructions to INSTALL.md
This commit is contained in:
parent
4e4d47a9ad
commit
80ab879017
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ This project was tested with Python 3.8.6 on an Ubuntu Linux host. It should the
|
||||||
|
|
||||||
Any configuration you have to do takes place in a localsettings.py file in the project's root directory. Copy the provided localsettings.dist.py to localsettings.py and make any modifications you may need. The options are documented within that file.
|
Any configuration you have to do takes place in a localsettings.py file in the project's root directory. Copy the provided localsettings.dist.py to localsettings.py and make any modifications you may need. The options are documented within that file.
|
||||||
|
|
||||||
|
### Prepare database
|
||||||
|
|
||||||
|
To set up the database, run the following commands:
|
||||||
|
|
||||||
|
```python3 manage.py makemigrations```
|
||||||
|
```python3 manage.py migrate```
|
||||||
|
|
||||||
### Creating superuser account
|
### Creating superuser account
|
||||||
|
|
||||||
To create an account to login to your Kumify instance, you need to use the following command in the project's root directory:
|
To create an account to login to your Kumify instance, you need to use the following command in the project's root directory:
|
||||||
|
|
Loading…
Reference in a new issue