(Legacy) Gondolin server configuration: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Installed Software == | == Installed Software == | ||
* Mac OS X Client 10.4. | * Mac OS X Client 10.4.9 (straight from Apple) | ||
* Apache 2.2.4 (installed via DarwinPorts, using included launchd wrapper) | * Apache 2.2.4 (installed via DarwinPorts, using included launchd wrapper) | ||
Line 25: | Line 25: | ||
* MediaWiki 1.7.1 (manually downloaded and uncompressed) | * MediaWiki 1.7.1 (manually downloaded and uncompressed) | ||
* svnserve 1.4. | * svnserve 1.4.3 (installed via Fink, with a manually created launchd item) | ||
* sshd (included in OS X 10.4) | * sshd (included in OS X 10.4) |
Revision as of 10:12, 9 May 2007
Reminder article listing the software configuration of the Gondolin server.
Installed Software
- Mac OS X Client 10.4.9 (straight from Apple)
- Apache 2.2.4 (installed via DarwinPorts, using included launchd wrapper)
- PHP 5.2.1 (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.22.1 (installed via DarwinPorts, copied to the correct directory manually)
- NFS Server (included in OS X 10.4, automount at startup of some NFS directories done via a StartupItem)
- APC 3.12p2 (manually compiled and installed in /opt/local/lib/php/extensions/, see this for information on compilation)
- memcached 1.2.0 (manually compiled and installed in /usr/local/bin, with a manually created launchd item to start the daemon)
- phpMyAdmin 2.8.0.3 (manually downloaded and uncompressed)
- MediaWiki 1.7.1 (manually downloaded and uncompressed)
- svnserve 1.4.3 (installed via Fink, with a manually created launchd item)
- 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.