Building a LAMP Server
Custom Programming, Database, Web Server
This document will walk you through the installation of what is known as a “LAMP” system: Linux, Apache, MySQL and PHP. Depending on who you talk to, the P also stands for Perl or Python, but in general, it is assumed to be PHP. I run CentOS on my servers; these directions were written for CentOS/Red Hat/Fedora..
..
I designed this document so you can just copy/paste each line or block of commands into your shell session and it will “just work” for you. This avoids tedious typing, and the inevitable typos or missed steps that result..
…
Full article: http://lamphowto.com/
License: Creative Commons License
Indexed in April 2008
Related Info Web
- Linux Apache MySQL PHP (LAMP)
- Offline Development With Django
- Tips for Building Next Generation Web 2.0 Applications
- Disadvantages of AJAX
- Tips for Building Next Generation Web 2.0 Applications
This is to help people setup and install a LAMP (Linux-Apache-MySQL-PHP) server in Ubuntu, including Apache 2, PHP 5 (optionally PHP 4 in Ubuntu 6.10 and lower), and MySQL 4.1 or 5.0.. .. To install the default LAMP stack in Ubuntu 7.04 (Feisty Fawn) In Feisty, the Ubuntu base system includes Tasksel. You can either install LAMP using tasksel or install the...
Coming to Django from the PHP-world, running a local development server (as opposed to Apache or a full LAMP-machine set up for just testing) and doing real offline development is something that takes a little bit of learning. After two years of active development with Django, I’d like to share some of my learnings. Why Offline? There are many benefits for...
I've been spending a good amount of time the last several weeks getting ready for the workshop session I'll be giving at Web 2.0 Expo next week in San Francisco on building next-generation Web 2.0 applications.. .. That's a lot of things to learn for those who want to build Web applications that offer competitive features and will cost...
AJAX can be used to improve most parts of a web application. Before investing resources in AJAX development, take a moment and consider if this is the best solution Building a web application that employs AJAX is more difficult than building it the classic way. You need to go to extra lengths to make sure that the user experience is...
I've been spending a good amount of time the last several weeks getting ready for the workshop session I'll be giving at Web 2.0 Expo next week in San Francisco on building next-generation Web 2.0 applications. What does "next generation" mean compared to what we were doing a couple of years ago with Web 2.0? A good number...
