EDTLaptop1: Difference between revisions

From Wiki RB4
Line 120: Line 120:
  C:\Uwes\Programme\xampp7.2.27\mysql\bin>mysqladmin.exe --user=root password "mHalloo0@1m"
  C:\Uwes\Programme\xampp7.2.27\mysql\bin>mysqladmin.exe --user=root password "mHalloo0@1m"
* old was DB user = 'root', DB password = ''
* old was DB user = 'root', DB password = ''
====PHPMyAdmin====
* set MySQL password in <code>C:\Uwes\Programme\xampp7.2.27\phpMyAdmin</code>

Revision as of 21:20, 2 March 2020

Data

Certificates

  • Interface Utility

  • Interface Manager


Virtual Smartcard

Programs

CalDav Synchronizer

  • configured in Outlook

Magento

  • download Magento-CE-2.3.4_sample_data-2020-01-22-11-05-42.zip from Magento
  • extract to C:\Uwes\Programme\xampp7.2.27\htdocs\magento234
  • create DB 'magento234' by PHPMyAdmin
  • start Web Installation by http://localhost:8080/magento234/setup
  • in C:\Uwes\Programme\xampp7.2.27\htdocs\magento234\vendor\magento\framework\View\Element\Template\File\Validator.php replace
// $realPath = $this->fileDriver->getRealPath($path);
if (PHP_OS_FAMILY === 'Windows')
  $realPath = str_replace('\\', '/', $this->fileDriver->getRealPath($path));
else
  $realPath = $this->fileDriver->getRealPath($path);
  • because of not working links in admin area replace in C:\Uwes\Programme\xampp7.2.27\htdocs\magento234\app\etc
 // <item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item> with
 <item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>
  • powershell to start XAMPP-Control Center has to be run as admin

JDK

  • download JDK 13.0.2 from oracle.com as exe and install it to C:\Uwes\Java\jdk-13.0.2\
C:\Uwes\java\jdk-13.0.2\bin>java -version
java version "13.0.2" 2020-01-14

Outlook

  • see signature files in C:\Users\U1728\AppData\Roaming\Microsoft\Signatures

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

UltraEdit

  • installation

Wildfly

  • download from https://wildfly.org/downloads/ version 18.0.1
  • extract to C:\Uwes\Programme\wildfly-18.0.1.Final
  • edit C:\Uwes\Programme\wildfly-18.0.1.Final\standalone\configuration
 // <socket-binding name="http" port="${jboss.http.port:8080}"/>
 <socket-binding name="http" port="${jboss.http.port:8888}"/>
  • manual start by
C:\Uwes\Programme\wildfly-18.0.1.Final\bin\standalone.bat

MySQL configuration

  • download OS independent mysql-connector-java-8.0.19.zip from here and extract it to C:\Uwes\java\mysql-connector-java-8.0.19
  • install it to Wildfly by dragging jar file to Admin Console -> Deployments
  • add Datasource by Admin Console -> Configuration -> Subsystems -> Datasources & Drivers -> Datasources

WinMerge

  • installed to C:\Uwes\Programme\WinMerge

WinSCP

  • export and import of ini file from C:\Uwes\owncloud\documents\Applications\WinSCP\2019-07-12_WinSCP.ini

XAMPP

XAMPP 7.4.2

  • currently go to 7.2.27, because of Magento incompatibility
  • 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
Add PHP to Path
Enable XDebug
  • Download php_xdebug-2.9.1-7.4-vc15-x86_64.dll
  • Move the downloaded file to C:\Uwes\Programme\xampp\php\ext
  • Edit C:\Uwes\Programme\xampp\php\php.ini C:\WINDOWS\php.ini and add the line
zend_extension = C:\Uwes\Programme\xampp\php\ext\php_xdebug-2.9.1-7.4-vc15-x86_64.dll
  • Restart the webserver
  • in addition according to here
  • install Chrome xdebug helper extension
  • add remote_enable in php.ini

XAMPP 7.2.27

  • download 64 bit version and install via setup to C:\Uwes\Programme\xampp7.2.27
  • all configurations like version 7.4.2
  • start manually with XAMPP control panel
MySQL
  • change by root password by
C:\Uwes\Programme\xampp7.2.27\mysql\bin>mysqladmin.exe --user=root password "mHalloo0@1m"
  • old was DB user = 'root', DB password =

PHPMyAdmin

  • set MySQL password in C:\Uwes\Programme\xampp7.2.27\phpMyAdmin