|
@@ -1,6 +1,6 @@
|
1
|
1
|
# Virtual Machines (VirtualBox)
|
2
|
2
|
|
3
|
|
-This folder documents two pre-configured VirtualBox VMs used for the project.
|
|
3
|
+This folder documents two pre-configured VirtualBox VMs used for the project. Default password for both the virtual machines is ccom4088.
|
4
|
4
|
|
5
|
5
|
## Download
|
6
|
6
|
|
|
@@ -19,10 +19,13 @@ Access the VMs here:
|
19
|
19
|
- Dash web dashboard
|
20
|
20
|
- Python scheduler
|
21
|
21
|
|
|
22
|
+
|
22
|
23
|
**How to Use:**
|
23
|
24
|
|
24
|
25
|
- Start the VM
|
|
26
|
+- Open the terminal
|
25
|
27
|
- Ensure Docker is running (`docker ps`)
|
|
28
|
+- Go to the projects directory `cd Downloads/Projecto`
|
26
|
29
|
- Run the Python scheduler:
|
27
|
30
|
```bash
|
28
|
31
|
sudo ./venv/bin/python scheduler.py
|