Skip to content

Commit

Permalink
docs(instruction): add step to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 13, 2023
1 parent 1d28fd3 commit 8cabe82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Additionally, make sure that the following extensions are enabled in your PHP:
#### Instructions (if you want dedicated server)
1. Copy `env` to `.env` and tailor the configuration for your machine, specifically the `baseURL` and
any database settings.
2. Run `composer run migrate:all`. It is recommended to run the command every update.
2. Run `composer install --no-dev`. Install dependencies for production.
3. Run `composer run migrate:all`. It is recommended to run the command every update.

#### Instructions (if you want containerized server)
1. Copy `env.container.example` to `.env.container` and tailor the configuration for your container.
Expand Down

0 comments on commit 8cabe82

Please sign in to comment.