Installation
General
When I got my Apple MacBook Pro I installed following programs:
via 'Software':
- LibreOffice
via Internet:
- DropBox
- KeePassX
- Chrome
- VLC
- Sublime
- Thunderbird
- FlashPlayer (still needed for e.g. www.zattoo.ch)
MAMP
Apache, MySQL, PHP...
- Download and install from here
- Set executable: goto /Applications/MAMP/bin chmod 700 *.sh
- cd /bin,
- Running did not work, so I had to fix /conf/apache/httpd.conf (line 135):
# PFU!!! LoadModule php7_module /Applications/MAMP/bin/php/php7.0.10/modules/libphp7.so LoadModule php5_module /Applications/MAMP/bin/php/php5.4.45/modules/libphp5.so
- Open Launchpad, start MAMP and edit document root (defaults to /Applications/MAMP/htdocs
- Open browser: http://localhost:8888