浏览代码

Update 'Virtual Machines/README.md'

Jose E. Rodriguez 3 个月前
父节点
当前提交
35962177d8
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      Virtual Machines/README.md

+ 4
- 1
Virtual Machines/README.md 查看文件

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