Skip to main content
This page will guide you through the process of installing and setting up the CloudSim-HO-Research-V2 project.

Cloning the Repository

To get started, clone the repository from GitHub:
git clone https://github.com/puneet-chandna/cloudsim-ho-research-V2.git

Building the Project

Once you have cloned the repository, you can build the project using Maven:
cd cloudsim-ho-research-V2
mvn clean install
This will compile the source code and download all the required dependencies.