mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +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:
|
Once install settings are correctly configured (in *config.yaml*) run the initial setup script:
|
||||||
|
|
||||||
``make setup``
|
``make migrate``
|
||||||
|
|
||||||
which performs the following functions:
|
which performs the initial database migrations, creating the required tables, etc
|
||||||
|
|
||||||
* Run initial database migrations, creating the required tables, etc
|
|
||||||
* Create initial administrator account
|
|
||||||
|
|
||||||
The database should now be installed!
|
The database should now be installed!
|
||||||
|
|
||||||
|
Create Admin Account
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
Create an initial superuser (administrator) account for the InvenTree instance:
|
||||||
|
|
||||||
|
``make superuser``
|
||||||
|
|
||||||
Run Development Server
|
Run Development Server
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user