EDTLaptop1: Difference between revisions
(→XAMPP) |
(→XAMPP) |
||
| Line 27: | Line 27: | ||
===XAMPP=== | ===XAMPP=== | ||
* download 64 bit version and install via setup to <code>C:\Uwes\Programme\xampp\</code> | * download 64 bit version and install via setup to <code>C:\Uwes\Programme\xampp\</code> | ||
* installs PHP 7.4.2 | |||
* change Apache port according to [https://alexjustesen.com/2018/07/30/how-to-change-your-apache-listen-port-number-in-xampp/ here] | * change Apache port according to [https://alexjustesen.com/2018/07/30/how-to-change-your-apache-listen-port-number-in-xampp/ here] | ||
** press 'Config' button of Apache in httpd.conf: | ** press 'Config' button of Apache in httpd.conf: | ||
Listen 8080 // replaced Listen 80 | Listen 8080 // replaced Listen 80 | ||
ServerName localhost:8080 // ServerName localhost:80 | ServerName localhost:8080 // ServerName localhost:80 | ||
Revision as of 21:06, 8 February 2020
Data
Programs
OwnCloud Windows Client
- installed via github download with uwe.heuer@gmail.com Halloo0@1 to
C:\Uwes\Programme\ownCloud\ - data folder is C:\Uwes\owncloud\
PHPStorm
- download and install to
C:\Uwes\Programme\JetBrains\ - take activation key from
C:\Uwes\owncloud\documents\Applications\PHPStorm\WendwebPHPStormActiviationKey.txt
SSHFS
- in order to be able to map a linux directory via SSH install WinFsp and SSHFS-Win according to here
- a drive can be mapped by file manager with e.g.
\\sshfs\ubuntu@ec2-34-219-153-128.us-west-2.compute.amazonaws.com
- or via cmd line with e.g.
net use X: \\sshfs\billziss@mac2018.local
Thunderbird
- download and installation to C:\Uwes\Programme\
- copied data from old laptop according to here
WinSCP
- export and import of ini file from
C:\Uwes\owncloud\documents\Applications\WinSCP\2019-07-12_WinSCP.ini
XAMPP
- download 64 bit version and install via setup to
C:\Uwes\Programme\xampp\ - installs PHP 7.4.2
- change Apache port according to here
- press 'Config' button of Apache in httpd.conf:
Listen 8080 // replaced Listen 80 ServerName localhost:8080 // ServerName localhost:80