This is a shell script we created for Ubuntu Linux server administrators. It installs with one command the following items:
- Apache 2.2.x (the latest version)
- PHP 5.x (the latest version)
- MySQL 5.1.x (the latest version)
- Pure-FTPd FTP server
- Webmin server administration interface
- suphp
- sendmail and PHP mail
- GD Library for PHP
- ImageMagick
- XMLRPC and curl for PHP
- Bind9 DNS service and DNSutils
- mod_rewrite for Apache
- rsync
- htop
- GeoIP for PHP
To use the script type as root user:
________________________________
cd /root/
wget http://www.networkpanda.com/lamp_install.sh
chmod +x lamp_install.sh
./lamp_install.sh
_________________________________
You will only be asked for your desired MySQL root password, everything else is installed itself. When the script finishes, you are ready to use a full working Web server!
You can also type the last command
./lamp_install.sh
every time you want to update the above items to their latest versions