Skip to content

Manual Installation

nexssp edited this page Jan 17, 2020 · 10 revisions

!!! Important - For Windows 7 or Windows 8.1 Users Please go to this page first: Nexss Programmer on Windows 7 and 8.1

Nexss Programmer runs from Powershell: Open POWERSHELL (at least 5) and run commands:

# This is needed to get the Scoop working
# more here: https://scoop.sh/
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
# Install Scoop
iwr -useb get.scoop.sh | iex # Installs Scoop Package Manager

# Install NodeJS (Long Term Support) and git
scoop install nodejs-lts git

# You need to be in the directory with write permission.
# for example: Your home directory **c:\Users\YourNickname\**)
git clone --recurse-submodules https://github.com/nexssp/cli.git
cd cli
npm link
cd ..
nexss
                ____
|..          | |             ``..      ..''             ..''''             ..''''
|  ``..      | |______           ``..''              .''                .''
|      ``..  | |                 ..'`..           ..'                ..'
|          ``| |___________  ..''      ``.. ....''             ....''
Programmer 2.0.6, NodeJS v12.13.1
...
Here will be menu displayed with your options.
Clone this wiki locally