(Legacy) Gondolin server configuration: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* MySQL 5.0.20a (installed the official Mac OS X binary on the MySQL site, including the startup system) | * MySQL 5.0.20a (installed the official Mac OS X binary on the MySQL site, including the startup system) | ||
* vsftpd 2.0.4 (installed via DarwinPorts and | * vsftpd 2.0.4 (installed via DarwinPorts and a manually created launchd item) | ||
* 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 17:03, 4 December 2006
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.2 (installed via DarwinPorts, using included launchd wrapper)
- PHP 5.1.4 (installed via DarwinPorts, with a manually hacked Portfile)
- MySQL 5.0.20a (installed the official Mac OS X binary on the MySQL site, including the startup system)
- vsftpd 2.0.4 (installed via DarwinPorts and a manually created launchd item)
- 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)
Additional Notes
The libevent dependency of memcached was installed using Fink.