Skip to content

Commit

Permalink
Merge pull request #4978 from ilios/install-instructions-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohnson committed Sep 20, 2023
2 parents e1180ec + 38f151f commit 269d69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Expand Up @@ -99,7 +99,7 @@ If you are NOT upgrading from a previous version of Ilios, you can create a new,
bin/console doctrine:database:create --env=prod
bin/console doctrine:migrations:migrate --env=prod
bin/console ilios:import-default-data --env=prod
bin/console ilios:import-mesh-universe --env-prod
bin/console ilios:import-mesh-universe --env=prod
```

This will create your database schema, with all tables and constraints, and will also load in all the default lookup table data, like competencies and topics --- which you can modify once you're done with setup --- but it won't have any course data or any other unique data about your specific school or curriculum until you log in and add some.
Expand Down

0 comments on commit 269d69e

Please sign in to comment.