Skip to content

Installation guide with screenshots Windows

Dmitry edited this page Dec 12, 2016 · 6 revisions

1. install MSYS2

Download and install MSYS2 keeping default options: https://sourceforge.net/projects/msys2/files/Base/x86_64/

2. Modify PATH environment

Add to this path to user PATH environment variable , this is required if you want to start ngrest from everywhere.

%USERPROFILE%\Application Data\ngrest\bin

3. install ngrest

Copy and paste the line to the terminal window:

wget -qO- http://bit.ly/ngrest | bash

After installation is finished you can create new project: https://github.com/loentar/ngrest#create-a-new-project.