- 09 Apr 2025
- 1 Minute to read
- Print
- DarkLight
Agile.Now Git and Open API tools intallation
- Updated on 09 Apr 2025
- 1 Minute to read
- Print
- DarkLight
# 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
- Open Git CMD.
- Navigate to the Git folder:
cd C:/Agile.Now/Git
- Configure the safe directory:
git config --global --add safe.directory C:/Agile.Now/Git
- 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.