ullright developer installation on apple osx
Subversion
Install binarys: http://www.open.collab.net/downloads/community/
LAMP
http://www.apachefriends.org/de/xampp-macosx.html
Deactivate "Websharing" in osx
- System settings -> Sharing -> disable "Websharing"
Default URL: http://ullright-xxx
- sudo /etc/hosts
- 127.0.0.1 ullright-xxx
Path / CLI Aliases
- vi ~/.bash_profile
-
PATH=/opt/subversion/bin:/Applications/XAMPP/xamppfiles/bin:$PATH export $PATH
-
Eclipse
Install PDT + Subclipse (see Eclipse installation)
In the external Tools configuration foreach Tool go to Environment and add the additional PATHs:
/opt/subversion/bin:/Applications/XAMPP/xamppfiles/bin:...
Folders
Allow everyone "read & write" in the following directories
- /Applications/XAMPP/
- xamppfiles/bin/
- mysql
- php
- htdocs/
- etc/
- httpd.conf
- Enable inclusion of vhosts config
Change "DocumentRoot" + Directory- Change "User", "Group"
- extra/
- http-vhosts.conf
- Copy ullright default config
- http-vhosts.conf
- my.cnf
- php.ini
- httpd.conf
- xamppfiles/bin/