This is a quick tutorial *notes* for me as I constantly have to look for these simple things every time I have to install a lamp server on a nix box.
If you do this kind of stuff to this list might come in handy
- install Ubuntu 10.4 LTS
- install ssh server [ sudo apt-get install openssh-server ]
- install text editor [ sudo apt-get install vim ]
- install lamp stack [ sudo apt-get install lamp-server^ ]
- install ftp server [ sudo apt-get install vsftpd ]
- install phpmyadmin [ sudo apt-get install phpmyadmin ]
- install mail server [ sudo aptitude install postfix ]
This should pretty much set you up with a complete/working dev nix box.
You might also need this in some cases…
- cURL PHP module [ sudo apt-get install php5-curl ]
- IMAP PHP module [ sudo apt-get install php5-imap ]
If you experience any problems hit me up.