(Legacy) Gondolin server configuration: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* PHP 5.2 (installed via DarwinPorts) | * PHP 5.2 (installed via DarwinPorts) | ||
* MySQL 5.0. | * MySQL 5.0.33 (installed via DarwinPorts, using included launchd wrapper - it needed the +server variant) | ||
* vsftpd 2.0.5 (installed via DarwinPorts and a manually created launchd item) | * vsftpd 2.0.5 (installed via DarwinPorts and a manually created launchd item) | ||
* Bugzilla 2.2 (installed via DarwinPorts) | |||
* NFS Server (included in OS X 10.4, automount at startup of some NFS directories done via a StartupItem) | * NFS Server (included in OS X 10.4, automount at startup of some NFS directories done via a StartupItem) |
Revision as of 09:10, 12 February 2007
Reminder article listing the software configuration of the Gondolin server.
Installed Software
- Mac OS X Client 10.4.8 (straight from Apple)
- Apache 2.2.4 (installed via DarwinPorts, using included launchd wrapper)
- PHP 5.2 (installed via DarwinPorts)
- MySQL 5.0.33 (installed via DarwinPorts, using included launchd wrapper - it needed the +server variant)
- vsftpd 2.0.5 (installed via DarwinPorts and a manually created launchd item)
- Bugzilla 2.2 (installed via DarwinPorts)
- NFS Server (included in OS X 10.4, automount at startup of some NFS directories done via a StartupItem)
- APC 3.12 (manually compiled and installed)
- memcached 1.2.0 (manually compiled, with a manually created launchd item to start the daemon)
- phpMyAdmin (manually downloaded and uncompressed)
- MediaWiki 1.7.1 (manually downloaded and uncompressed)
- svnserve 1.4.2 (installed via Fink)
- sshd (included in OS X 10.4)
- VNC server (included in OS X 10.4)
Additional Notes
The libevent dependency of memcached was installed using Fink.