Installation
In short: With node.js and atvise-scm-cli installed run atvise-scm init to create a new atvise-scm project.
Installing dependencies
node.js 6.0.0+
The whole project is based on node.js. If node.js is not installed on your computer head over to node's download page and install the latest version for your OS.
If you already have node installed, check it's version by running node --version. If this returns a version lower than v6.0.X install a newer version.
You can also install multiple node versions with tools like nvm.
Installing atvise-scm-cli
This module is meant to be installed using the atvise-scm command line interface. Therefore you have to install it as well.
Prerelease
As ativise-scm-cli haven't been published to npm yet, you can install it by downloading the latest release in the atvise-scm repository.
Creating a new atvise-scm project
In an empty directory run atvise-scm init. You will be prompted for some project details. Sample output:
$ atvise-scm init
[08:40:40] Answer the folowing questions to create a new project:
? Project name? example
? Project description? An example project
? Project author? My Name
? Atvise server host? localhost
? Atvise server OPC port? 4840
? Atvise server HTTP port? 80
[08:41:10] Configuration files created
[08:41:10] Running npm install This may take a while
...
[08:43:19] Finished npm install after 129.3s
After that you have a fully functional project set up and are able to run tasks.