These are some Web resources I found very helpful in configuring my Debian Linux box as a server and running some Web 2.0 apps on localhost. Posting them here will keep me from misplacing them, and, thanks to the search engines, may help someone else as well.
- LAMP on Sarge (Apache2, PHP5, MySQL5, phpMyAdmin, Smarty, ADODB) by "ncb" (February 22, 2006) Debian Administration: System Administration Tips and Resources. We're up to Etch now for stable release, and phpmyadmin and smarty are now available the "Debian way:"
apt-get install
, but these directions worked very well for me. - Apache Tips & Tricks from MDLog:/sysadmin--The Journal Of A Linux Sysadmin (Marius Ducea). His article Managing Apache2 modules the Debian way is where I found the directions for
a2enmod
, the program that turns on apache2 modules. - Setting Up a LAMP server from Debian Wiki by Justin Hartman
- How to Setup a LAMP Server on Ubuntu - Locally run and test WordPress on LAMP Server from Kabatology (aka Martin Kaba)
- HOWTO: Setup a Debian/Ubuntu LAMP Server from Foogazi
2 comments:
I'll certainly check out these links, Rebecca! My LAMP server is humming along smoothly, but I suspect I've done things the hard way.
They're probably novice tips for you, but then, I've taken inspiration from your server experience. Guess you've been a LAMP unto my feet.
Post a Comment