mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Tweak install docs
This commit is contained in:
parent
e32048d3c6
commit
e9efac403c
@ -54,15 +54,19 @@ Initialize Database
|
||||
|
||||
Once install settings are correctly configured (in *config.yaml*) run the initial setup script:
|
||||
|
||||
``make setup``
|
||||
``make migrate``
|
||||
|
||||
which performs the following functions:
|
||||
|
||||
* Run initial database migrations, creating the required tables, etc
|
||||
* Create initial administrator account
|
||||
which performs the initial database migrations, creating the required tables, etc
|
||||
|
||||
The database should now be installed!
|
||||
|
||||
Create Admin Account
|
||||
--------------------
|
||||
|
||||
Create an initial superuser (administrator) account for the InvenTree instance:
|
||||
|
||||
``make superuser``
|
||||
|
||||
Run Development Server
|
||||
----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user