Difference between revisions of "Install and configure Visual Studio Code for Eywa"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
| Line 25: | Line 25: | ||
  git clone https://fabiofe@bitbucket.org/fabiofe/eywa.git  |   git clone https://fabiofe@bitbucket.org/fabiofe/eywa.git  | ||
| + | |||
| + | And, from the upper Git menu, checkout to productiontracking.  | ||
Revision as of 09:09, 30 May 2019
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
And, from the upper Git menu, checkout to productiontracking.