Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.48 KB

installation.md

File metadata and controls

73 lines (44 loc) · 1.48 KB

Installation Guide

This guide provides instructions for installing and setting up the project. Make Sure it is the CloudSim Plus Examples folder: It is the start point to understand how to use the framework and create your own simulations.

Prerequisites

Before you begin, ensure you have the following installed:

Installation Steps

Follow these steps to set up the project on your system:

1. Clone the Repository

git clone https://github.com/cloudsimplus/cloudsimplus-examples.git

Windows:

Navigate to the cloned repository folder:

cd folderName

2. Install Maven

Download the Apache Maven distribution and unzip it in the same folder as the cloned repository.

3. Set Up Maven

Set Maven as a system variable. Verify the Maven installation:

mvn -v

4. Bootstrap Maven Invocation

Bootstrap the download and invocation of Maven using the Maven wrapper:

mvn wrapper:wrapper

5. Verify Maven Wrapper Script

Check the Maven wrapper script:

mvnw -v

6. Validate Maven Project

Ensure everything is correct by validating the Maven project:

mvnw validate

7. Open Project in IDE

Open the project directory in your preferred IDE.

Now, your project is ready for development!

Feel free to reach out if you encounter any issues during setup.