You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will also need **administrator access** to update your machine's `hosts` file to map the domains `platform.ltitraining.net` and `tool.ltitraining.net` to your local development environment.
22
+
23
+
Python is provided within the Docker environment, so need to install specific versions of Python to get the applicaition running.
24
+
24
25
### Optional
25
26
The code in this workshop uses TailwindCSS. If you wish to modify the visual aspects of the projects you may need ;
26
27
@@ -68,7 +69,11 @@ Below is a list of activities that you will complete during the workshop. Each a
68
69
69
70
3. Once all prerequisites are installed, follow **[Activity 1](./docs/activity1.md)** to set up your Docker environment and get Moodle running.
70
71
71
-
4. Some of the common commands you may need to start, stop and clean up your development environments are detailed in [Common Tasks](docs/common_tasks.md).
72
+
4. Run the checks in the [Checklist](docs/checklist.md) to confirm everything is running as expected.
73
+
74
+
75
+
## Common Tasks
76
+
Some of the common commands you may need to start, stop and clean up your development environments are detailed in [Common Tasks](docs/common_tasks.md).
0 commit comments