course updates

This commit is contained in:
marcel-dempers 2025-01-19 14:27:15 +11:00
parent dbacc34284
commit 737efcf785
2 changed files with 6 additions and 4 deletions

View File

@ -58,14 +58,16 @@ To do this, we will use the `vboxmanage` command we used in earlier modules to c
Let's setup a shared folder for our server so we can play around with our scripts locally and run it directly in a Linux server. This will make it convenient for us to test our script and we don't need to copy it to the server all the time. </br>
<b>important: take note of the host path which is the path to your GIT directory we created in an earlier chapter</b>
<b> Important:
* The virtual machine should be in a stopped state to run the below commands
* Take note of the host path which is the path to your GIT directory we created in an earlier chapter</b>
```
# Windows:
VBoxManage sharedfolder add "my-website-1" --name GIT --hostpath "C:\gitrepos\"
# Linux:
VBoxManage sharedfolder add "my-website-1" --name GIT --hostpath "~/gitrepos"
VBoxManage sharedfolder add "my-website-1" --name GIT --hostpath ~/gitrepos
```
## Access our Server

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB