EDTLaptop2: Difference between revisions
| Line 24: | Line 24: | ||
* installation details see Help -> About Eclipse -> Installation Details shows: | * installation details see Help -> About Eclipse -> Installation Details shows: | ||
** Git | ** Git | ||
===Draw.io=== | |||
* C:\Uwes\Programme\draw.io\ | |||
====Egit==== | ====Egit==== | ||
Revision as of 08:47, 31 August 2022
Specification
Configuration
Windows
Show Hidden Directories and Files
- type 'folder' in task bar search box
- select 'show ...'
Programs
Curl
- unzipped to C:\Uwes\Programme\curl\curl-7.84.0_9-win64-mingw
- extend the PATH
Docker Desktop
- via E.ON Software Center
Eclipse
- 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
Draw.io
- C:\Uwes\Programme\draw.io\
Egit
- created personal access token (PAT) via GitHub portal named 'Demo1 Eclipse' to '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'
- entered it once when pushing
Spring Tools
- eclipse -> Help -> Marketplace -> select Spring Tools 4
Lombok
- downlaod from lombok.jar from https://projectlombok.org/download
- run java.exe -jar lombok.jar from <ECliPSE_DIR>\...\
Configuration
Git
- 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
- download the 64bit installer
- install to
C:\Uwes\Programme\heroku - check by
heroku
Node.js
- download from https://nodejs.org/en/
- installation to
C:\Uwes\Programme\nodejs\
OwnCloud
- download client from https://owncloud.com/de/desktop-app/
- create folder
C:\Uwes\owncloud\ - setup with server 'https://uweheuer.spdns.de/owncloud/', username and password, and target folder
Postgres
- led to error, but
C:\Uwes\Programme\PostgreSQL\14\bin>.\psql.exe
works
- added C:\Uwes\Programme\PostgreSQL\14\bin added to path
Putty
- download from https://winscp.net/download/putty-0.77-installer.msi
- installation to
C:\Uwes\Programme\WinSCP\PuTTY\
Visual Studio Code
C:\Uwes\Programme\Microsoft VS Code\
WinSCP
- download from https://winscp.net/download/WinSCP-5.21-Setup.exe
- installation to
C:\Uwes\Programme\WinSCP\ - manual installation of Putty and setting path via preferences
XAMPP
- configurations via config in console in
httpd.conf
Listen 8090 ServerName localhost:8090