--- title: "Agile.Now Git and Open API tools intallation" slug: "platform-company-information" updated: 2025-04-09T11:25:39Z published: 2025-04-09T11:25:39Z canonical: "docs.agilenow.io/platform-company-information" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.agilenow.io/llms.txt > Use this file to discover all available pages before exploring further. # Agile.Now Git and Open API tools intallation # Agile.Now Git and Open API Tools Installation ## Prerequisites ### Install Git Download and install the Git client from [here](https://git-scm.com/downloads). This is a prerequisite for Agile.Now source control features to work. For a visual interface, you can install GitHub Desktop from [here](https://desktop.github.com/). ## Setup Instructions ### Create Folders Open your command line interface and execute the following commands: ``` cd / mkdir Agile.Now mkdir C:/Agile.Now/Git ``` Ensure you have full access to the `C:/Agile.Now` directory with your account. ### Register Your GitHub Account Register your GitHub account with your `firstname.lastname@esystems.fi` address and request access from: - vasily.migunov@esystems.fi - mika.roivainen@esystems.fi ### Add Git Repository to Your Windows PC 1. Open Git CMD. 2. Navigate to the Git folder: ``` cd C:/Agile.Now/Git ``` 1. Configure the safe directory: ``` git config --global --add safe.directory C:/Agile.Now/Git ``` 1. Clone the necessary repositories: ``` git clone https://github.com/agilenowdev/configuration.git git clone https://github.com/agilenowdev/openapi-dev ``` ### Install Node.js Run the `Install Node.js.ps1` script located in `C:/Agile.Now/Git/configuration/`. ### Install Node Modules Run the `Install node modules.cmd` script with administrative rights located in `C:/Agile.Now/Git/configuration/`. You are now ready to start development.