-
Install Prerequisites:
- Download and install Vagrant.
- Download and install VirtualBox.
-
Clone the Repository:
git clone <repository-url> cd <repository-folder>
-
Start the Vagrant Environment:
- Run the following command to initialize and start the virtual machine:
vagrant up
- Run the following command to initialize and start the virtual machine:
-
Check if app is running:
- Go to the browser and put the following URL:
localhost:8080
- Go to the browser and put the following URL:
-
Access the Virtual Machine:
- SSH into the virtual machine in case you need to check it:
vagrant ssh
- SSH into the virtual machine in case you need to check it:
-
Shut Down the Environment:
- When done, stop the virtual machine:
vagrant halt
- When done, stop the virtual machine:
-
Destroy the Environment (Optional):
- To remove the virtual machine completely:
vagrant destroy -f
- To remove the virtual machine completely:
Refer to the project's documentation for additional details or troubleshooting steps.