EDTLaptop3: Difference between revisions
(→Git) |
|||
| Line 5: | Line 5: | ||
==Installations== | ==Installations== | ||
===Angular=== | |||
[[NodeJS#npm|npm]] install -g @angular/cli // -g installs [[Angular#Angular_CLI|Angular CLI]] it globally, not project-specific | |||
ng version // prints version 14.2.8 | |||
===Git=== | ===Git=== | ||
* download from [https://gitforwindows.org/ here] | * download from [https://gitforwindows.org/ here] | ||
| Line 10: | Line 14: | ||
C:\Uwes\Programme\Git>git --version | C:\Uwes\Programme\Git>git --version | ||
git version 2.38.1.windows.1 | git version 2.38.1.windows.1 | ||
===Node.js (NPM)=== | ===Node.js (NPM)=== | ||
Revision as of 12:35, 8 November 2022
System
Installations
Angular
npm install -g @angular/cli // -g installs Angular CLI it globally, not project-specific ng version // prints version 14.2.8
Git
- download from here
- installed to
C:\Uwes\Programme\Git
C:\Uwes\Programme\Git>git --version git version 2.38.1.windows.1
Node.js (NPM)
- download 18.12.0 LTO from here
- installation to
C:\Uwes\Programme\nodejs\
node -v // prints v18.12.0 npm -v // prints 8.19.2
OwnCloud
- download client from https://owncloud.com/de/desktop-app/
- installation to
C:\Uwes\Programme\owncloud\ - create folder
C:\Uwes\owncloud\for data - setup with server 'https://uweheuer.spdns.de/owncloud/', uwe.heuer@gmail.com and <STANDARD>, and target folder
C:\Uwes\owncloud\
Uwe Heuer
C:\Uwes\SoftwareProjects>git clone https://github.com/UweHeuer/uweheuer-frontend.git // creates directory uweheuer-frontend
Visual Studio Code
- download User Installer
- installation to
C:\Users\U1728\AppData\Local\Programs\Microsoft VS Code\