Skip to content

Commit

Permalink
Hotfix: minor changes to INSTALL file and Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmols committed Sep 25, 2024
1 parent e63d4da commit e16a56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ This command copies the `.env.example` into `.env`, creating the `.env` file in
- `APP_LMS`: `canvas` for Canvas LMS. `d2l` for D2l Brightspace LMS.
- `JWK_BASE_URL`: If you are self-hosting Canvas, you may set it to the URL of your instance of Canvas. (Example: `JWK_BASE_URL="https://canvas.dev.myschool.edu"`)
- `DEFAULT_LANG`: (optional) `en` for English. `es` for Spanish. This is English by default.
3. Copy the contents of `ins.env.example` over to a new file called `ins.env`, and keep it in mind for when you're asked to fill out the institutions table. The `makefile` has a command to speed up this process.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ start:
migrate:
docker compose -f docker-compose.nginx.yml run php php bin/console doctrine:migrations:migrate

# stop the containers
stop:
# Down the containers
down:
docker compose -f docker-compose.nginx.yml down

# clear the Symfony cache
Expand Down

0 comments on commit e16a56d

Please sign in to comment.