Skip to content

Commit e16a56d

Browse files
committed
Hotfix: minor changes to INSTALL file and Makefile command
1 parent e63d4da commit e16a56d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ This command copies the `.env.example` into `.env`, creating the `.env` file in
4545
- `APP_LMS`: `canvas` for Canvas LMS. `d2l` for D2l Brightspace LMS.
4646
- `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"`)
4747
- `DEFAULT_LANG`: (optional) `en` for English. `es` for Spanish. This is English by default.
48-
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.
4948

5049
## Installation
5150

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ start:
1212
migrate:
1313
docker compose -f docker-compose.nginx.yml run php php bin/console doctrine:migrations:migrate
1414

15-
# stop the containers
16-
stop:
15+
# Down the containers
16+
down:
1717
docker compose -f docker-compose.nginx.yml down
1818

1919
# clear the Symfony cache

0 commit comments

Comments
 (0)