Diese Seite ist ein Protokoll (in Stichworten) mit Hinweisen zu diversen Programmen, um eine lauffähige Umgebung zur Web-Programmierung und zum Testen zu erhalten.
Die Liste ist weder vollständig noch als Anleitung zu sehen.
Web-Programmierung
Umgebung: Virtueller Linux-Server bei Strato mit Ubuntu und Plesk als Einrichtungstool
Apache als Reverse Proxy
Als notwendiges Modul mod_proxy installieren:
apt-get install libapache2-mod-proxy-html
nach Einrichtung der vhost.conf bzw. vhost_ssl.conf einmalig aufrufen:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
Neutron IDE
SSH
SSH richtig einrichten bei Hetzner
und ergänzend dazu Einrichten, wer sich per SSH einloggen kann
SVN
einrichten: apt-get install subversion
PHP
Einstellungen für PHP, die in der httpd.conf gesetzt werden sollen, müssen bei Plesk in der Domain-Eigenschaftsseite eingetragen werden, vhost.conf wird für PHP scheinbar nicht ausgewertet.
Wechsel von PHP 5.3 auf PHP 5.4 unter Plesk und Ubuntu 10.04
First let’s make sure you have python-software-properties so we can add the PPA:
sudo apt-get update && sudo apt-get install python-software-properties
Next we’ll add the PPA for PHP 5.4:
sudo add-apt-repository ppa:ondrej/php5-oldstable
And then upgrade!
sudo apt-get update && sudo apt-get dist-upgrade
Instant presto, you are now running PHP 5.4.25 (the latest version of the 5.4 branch at the time of this writing) which introduces many improvements over PHP 5.3 as well as shorthand arrays!
phpMyAdmin
Test zur Kopplung mit SVN-User-Login: auth_type = 'http'
Design
Color Scheme Designer: http://colorschemedesigner.com/
dokuwiki\Exception\FatalException: Array and string offset access syntax with curly braces is no longer supported
An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the credits plugin.
More info has been written to the DokuWiki error log.