Agile.Now Git and Open API tools intallation
  • 09 Apr 2025
  • 1 Minute to read
  • Dark
    Light

Agile.Now Git and Open API tools intallation

  • Dark
    Light

Article summary

# Agile.Now Git and Open API Tools Installation

Prerequisites

Install Git

Download and install the Git client from here. This is a prerequisite for Agile.Now source control features to work.

For a visual interface, you can install GitHub Desktop from here.

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.


Was this article helpful?

What's Next