This project is designed to run on amd64 architecture hardware. The provided ISO file is compatible only with this architecture. The project setup involves using VirtualBox to create and configure a virtual machine (VM). Once the VM is configured and running, you can access the application via your web browser.
- Hardware: Ensure you are using amd64 architecture hardware.
- Software: Download and install VirtualBox.
Before starting, ensure that your system is using amd64 architecture hardware. This is crucial as the ISO file provided for the project is specifically built for this architecture.
- Go to the VirtualBox download page.
- Download and install VirtualBox appropriate for your operating system.
- Open VirtualBox.
- Click on
New
to create a new virtual machine. - Follow the prompts to name your VM and select the operating system type and version.
- In the Virtual Hard Disk step, choose
Use an existing virtual hard disk file
and select the downloaded ISO file from the project's page. - Complete the VM creation process.
- Once the VM is booted, stop the VM by clicking on
Close > Power off
. - Go to
Settings
for the VM. - Navigate to the
Network
section. - Ensure the
Attached to
field is set toNAT
. - Expand the
Advanced
tab and click onPort Forwarding
.
- In the
Port Forwarding
window, create a new rule with the following settings:- Protocol: TCP
- Host IP: 127.0.0.1
- Host Port: 8080
- Guest IP: Leave blank (it will automatically use the VM's IP address)
- Guest Port: 80
- Click
OK
to save the settings.
- Start the VM again.
- The VM’s application is now forwarded to the host port 8080.
- Open your web browser.
- Navigate to
http://127.0.0.1:8080/
. - You should now see the application running.