diff --git a/docs/start.rst b/docs/start.rst index b6853ffc23..5e08bf8634 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -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 ----------------------