Skip to content

Building Locally

Amos edited this page Aug 22, 2024 · 1 revision

Building Locally

Prerequisites

Before you begin building the project locally, ensure you have the following:

  • Git: Make sure you have Git installed to clone the repository. You can download it from here.
  • Firewall: Ensure your firewall allows access to the necessary domain (cdn.jsdelivr.net).
  • .NET 8.0.x ASP.NET Hosting Bundle: This is required for running the application.

Step 1: Clone the Repository

Clone the IW4M-Admin repository to your local machine using the following command:

git clone https://github.com/RaidMax/IW4M-Admin.git

Step 2: Building IW4M

Navigate to the project directory and start the build process.

Windows

If you're working on Windows:

  1. Set Execution Policy:
    • Open PowerShell as Administrator.

    • Run the following command to permit the execution of necessary scripts:

      Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force

IDE Setup

  1. Open the Project in Your IDE::

    • Launch your preferred IDE and navigate to the directory where you cloned the repository.
  2. Build the Application:

    • Within your IDE, select the "Application" project and initiate the build process.

Firewall Configuration

Ensure that your firewall settings allow access to cdn.jsdelivr.net, as it is essential for completing the build process.

Clone this wiki locally