Flexion.Org
Bad grammar and typos for total strangers
Wiki › Development LAMP
Wiki Index All Recent Edit Bottom

Development LAMP

1.   Introduction
2.   Mail
3.   MySQL
4.   Apache
5.   PHP
5.1   phpMyAdmin

Introduction

Here are my notes for setting up LAMP (Linux, Apache, MySQL, PHP/Perl/Python) on my Ubuntu workstation for development work.

Mail

If you don't have an MTA installed on your workstation then the MySQL server package will grab exim4 as a dependency.

MySQL

Follow the instruction on the link below, but ignore the stuff about Virtual Hostess integration.

Apache

 sudo aptitude install apache2

PHP

 sudo aptitude install php5 php5-cli php5-curl php5-gd php5-ldap php5-mysql php5-imap php5-mcrypt

phpMyAdmin

 sudo aptitude install phpmyadmin

$Id: DevelopmentLAMP,v 1.8 2008/05/06 16:24:39 martin Exp $

Wiki Index All Recent Edit Top
 
Valid XHTML Valid CSS Hacker