Browse Source

Update 'Virtual Machines/README.md'

Jose E. Rodriguez 1 month ago
parent
commit
35962177d8
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Virtual Machines/README.md

+ 4
- 1
Virtual Machines/README.md View File

1
 # Virtual Machines (VirtualBox)
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
 ## Download
5
 ## Download
6
 
6
 
19
 - Dash web dashboard
19
 - Dash web dashboard
20
 - Python scheduler
20
 - Python scheduler
21
 
21
 
22
+
22
 **How to Use:**
23
 **How to Use:**
23
 
24
 
24
 - Start the VM
25
 - Start the VM
26
+- Open the terminal
25
 - Ensure Docker is running (`docker ps`)
27
 - Ensure Docker is running (`docker ps`)
28
+- Go to the projects directory `cd Downloads/Projecto`
26
 - Run the Python scheduler:
29
 - Run the Python scheduler:
27
   ```bash
30
   ```bash
28
   sudo ./venv/bin/python scheduler.py
31
   sudo ./venv/bin/python scheduler.py