EDTLaptop2

From Wiki RB4

Specification[edit]

  • Hostname EW10LAP1009143

Configuration[edit]

Windows[edit]

Show Hidden Directories and Files[edit]

  • type 'folder' in task bar search box
  • select 'show ...'

Programs[edit]

Angular[edit]

Chrome[edit]

Cookie Banner Plugin[edit]

  • installation according to here

Curl[edit]

  • unzipped to C:\Uwes\Programme\curl\curl-7.84.0_9-win64-mingw
  • extend the PATH

Docker Desktop[edit]

  • ordered
  • via E.ON Software Center

Draw.io[edit]

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

Eclipse[edit]

  • download 'Eclipse IDE for Enterprise Java and Web Developers' from https://www.eclipse.org/downloads/packages/
  • extracted to C:\Uwes\Programme\eclipse\eclipse 2022-06\
  • set workspace directory to C:\Uwes\Programme\eclipse\workspace\
  • installation details see Help -> About Eclipse -> Installation Details shows:
    • Git
  • Java home in Help -> About Eclipse -> Installation Details -> java.home=C:\Uwes\Programme\eclipse\eclipse 2022-06\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.3.v20220515-1416\jre or
  • Installed JRE Window -> Preferences -> Java -> Installed JREs

Egit[edit]

  • created personal access token (PAT) via GitHub portal named 'Demo1 Eclipse' to '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'
  • entered it once when pushing

Spring Tools[edit]

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

Lombok[edit]

Configuration[edit]

Firefox[edit]

Git[edit]

  • download Git-2.27.0-64-bit.ext from here
  • Installed to C:\Uwes\Programme\Git
  • PATH variable extended to C:\Uwes\Programme\Git\cmd\
git --version
git version 2.36.1.windows.1

Heroku[edit]

  • download the 64bit installer
  • install to C:\Uwes\Programme\heroku
  • check by
heroku

HTTP Server (node.js)[edit]

C:\Uwes\Programme\eclipse\workspace\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

Maven[edit]

  • extract to C:\Uwes\Programme\apache-maven-3.8.6\bin
  • extend Path
  • set JAVA_HOME to Eclipse JRE (ava.home=C:\Uwes\Programme\eclipse\eclipse 2022-06\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.3.v20220515-1416\jre)
  • mvn -version

Node.js[edit]

node -v // prints v16.17.0
npm -v // prints 8.15.0

OwnCloud[edit]

Postgres[edit]

  • led to error, but
C:\Uwes\Programme\PostgreSQL\14\bin>.\psql.exe 

works

  • added C:\Uwes\Programme\PostgreSQL\14\bin added to path

Postman[edit]

  • installation to C:\Users\U1728\AppData\Local\Postman\Postman.exe

Putty[edit]

Visual Studio Code[edit]

  • C:\Uwes\Programme\Microsoft VS Code\

WinSCP[edit]

XAMPP[edit]

  • configurations via config in console in httpd.conf
Listen 8090
ServerName localhost:8090