Install and configure Visual Studio Code for Eywa

From wiki.ferrari.mo.it
Revision as of 08:58, 30 May 2019 by Admin (talk | contribs)
Jump to navigation Jump to search

Install and configure Visual Studio Code for Eywa

1. Download and install Visual studio code from https://code.visualstudio.com/

Install it with default settings, the only suggestion is to not add it to PATH.

2. Download and install node from https://nodejs.org/en/

The current version is 10.16.0 LTS. Different *stable* version should not be a problem.

3. Install Git following the instructions at https://www.atlassian.com/git/tutorials/install-git#windows

Download Git from https://gitforwindows.org/ .

4. In Visual studio code, open a terminal

Restart Visual Studio if it is already open. Then, go to Terminal - New .

Then, execute the following commands:

git config --global user.name "Fabio Ferrari"
git config --global user.email "fabiofe@bitbucket.org"

5. Then, download the sources

git clone https://fabiofe@bitbucket.org/fabiofe/eywa.git