From bd5c7e15972a503e057f61eb0e860296051f97a0 Mon Sep 17 00:00:00 2001 From: freyazjiner Date: Mon, 2 Feb 2026 00:28:19 -0500 Subject: [PATCH 1/4] document student user login instruction --- Developer-Guide--Set-Up-With-Docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Developer-Guide--Set-Up-With-Docker.md b/Developer-Guide--Set-Up-With-Docker.md index f319deb..16c0b82 100644 --- a/Developer-Guide--Set-Up-With-Docker.md +++ b/Developer-Guide--Set-Up-With-Docker.md @@ -93,7 +93,8 @@ If you want to get started on working on MarkUs quickly and painlessly, this is 10. Open your web browser and type in the URL `localhost:3000/csc108`. The initial page load might be slow, but eventually you should see a login page. - To login as an instructor, use the username `instructor` and any non-empty password. - To login as an admin user, use the username `.admin` and any non-empty password. - + - To login as a student, use a student username from the seed data (e.g., c5anthei) and any non-empty password. + *Tip*: to terminate the Rails server, go to the terminal window where the server is running and press `Ctrl + C`/`⌘ + C`. - On Windows Home Edition, you'll need to use the Docker container's IP address instead: `192.168.99.100:3000/csc108`. From e4c0cb776f9abcb041e7174146c3038f8a1b5f66 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:29:23 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Developer-Guide--Set-Up-With-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide--Set-Up-With-Docker.md b/Developer-Guide--Set-Up-With-Docker.md index 16c0b82..05ca427 100644 --- a/Developer-Guide--Set-Up-With-Docker.md +++ b/Developer-Guide--Set-Up-With-Docker.md @@ -94,7 +94,7 @@ If you want to get started on working on MarkUs quickly and painlessly, this is - To login as an instructor, use the username `instructor` and any non-empty password. - To login as an admin user, use the username `.admin` and any non-empty password. - To login as a student, use a student username from the seed data (e.g., c5anthei) and any non-empty password. - + *Tip*: to terminate the Rails server, go to the terminal window where the server is running and press `Ctrl + C`/`⌘ + C`. - On Windows Home Edition, you'll need to use the Docker container's IP address instead: `192.168.99.100:3000/csc108`. From d3e75ebe0246dd545f9296c11cd4c879fb3417c3 Mon Sep 17 00:00:00 2001 From: freyazjiner Date: Mon, 2 Feb 2026 00:30:02 -0500 Subject: [PATCH 3/4] add quote for username --- Developer-Guide--Set-Up-With-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide--Set-Up-With-Docker.md b/Developer-Guide--Set-Up-With-Docker.md index 16c0b82..3cb172e 100644 --- a/Developer-Guide--Set-Up-With-Docker.md +++ b/Developer-Guide--Set-Up-With-Docker.md @@ -93,7 +93,7 @@ If you want to get started on working on MarkUs quickly and painlessly, this is 10. Open your web browser and type in the URL `localhost:3000/csc108`. The initial page load might be slow, but eventually you should see a login page. - To login as an instructor, use the username `instructor` and any non-empty password. - To login as an admin user, use the username `.admin` and any non-empty password. - - To login as a student, use a student username from the seed data (e.g., c5anthei) and any non-empty password. + - To login as a student, use a student username from the seed data (e.g., `c5anthei`) and any non-empty password. *Tip*: to terminate the Rails server, go to the terminal window where the server is running and press `Ctrl + C`/`⌘ + C`. From 5e11619fc4cf812ad9f5fac233c7ebd52e86844b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:31:45 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Developer-Guide--Set-Up-With-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide--Set-Up-With-Docker.md b/Developer-Guide--Set-Up-With-Docker.md index c8b1bde..f218228 100644 --- a/Developer-Guide--Set-Up-With-Docker.md +++ b/Developer-Guide--Set-Up-With-Docker.md @@ -94,7 +94,7 @@ If you want to get started on working on MarkUs quickly and painlessly, this is - To login as an instructor, use the username `instructor` and any non-empty password. - To login as an admin user, use the username `.admin` and any non-empty password. - To login as a student, use a student username from the seed data (e.g., `c5anthei`) and any non-empty password. - + *Tip*: to terminate the Rails server, go to the terminal window where the server is running and press `Ctrl + C`/`⌘ + C`. - On Windows Home Edition, you'll need to use the Docker container's IP address instead: `192.168.99.100:3000/csc108`.