EDTLaptop3: Difference between revisions

From Wiki RB4
Line 42: Line 42:
  http-server -p 8082 -c-1 dist/uweheuer-frontend // http://127.0.0.1:8082, -c-1 means no caching
  http-server -p 8082 -c-1 dist/uweheuer-frontend // http://127.0.0.1:8082, -c-1 means no caching
  <CTRL>+<C> // to stop
  <CTRL>+<C> // to stop
===Java===
* use Java runtime from eclipse
* set JAVA_HOME for system to <code>C:\Users\U1728\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre</code>
C:\Users\U1728>%JAVA_HOME%\bin\java -version
  openjdk version "17.0.5" 2022-10-18
  OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
  OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode)


===Node.js (NPM)===
===Node.js (NPM)===

Revision as of 13:56, 12 November 2022

System

  • disc 500GB

Installations

Angular

npm install -g @angular/cli // -g installs Angular CLI it globally, not project-specific 
ng version // prints version 14.2.8

Chrome Cookie Banner Blocker

  • download from here
  • extract to C:\Uwes\nervenschoner.chromium\
  • installation in Chrome does not work

draw.io

  • installation to C:\Uwes\Programme\draw.io\

Eclipse

  • installation to C:\Uwes\Programme\eclipse\jee-2022-09\
  • set workspace to C:\Uwes\SoftwareProjects\eclipse-workspace\

Lombok

Spring Tools

  • eclipse -> Help -> Marketplace -> select Spring Tools 4

Git

  • download from here
  • installed to C:\Uwes\Programme\Git
C:\Uwes\Programme\Git>git --version
  git version 2.38.1.windows.1
git config --global user.email uwe.heuer@gmail.com
git config --global user.name UweHeuer

HTTP Server (node.js)

C:\Uwes\SoftwareProjects\uweheuer-frontend>npm install --global http-server // install globally

call e.g. by

http-server -p 8082 -c-1 dist/uweheuer-frontend // http://127.0.0.1:8082, -c-1 means no caching
<CTRL>+<C> // to stop

Java

  • use Java runtime from eclipse
  • set JAVA_HOME for system to C:\Users\U1728\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre
C:\Users\U1728>%JAVA_HOME%\bin\java -version
  openjdk version "17.0.5" 2022-10-18
  OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
  OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode)

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

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\

Angular Language Service Plug-In

WinSCP


Xampp

  • installation to C:\Uwes\Programme\xampp\