LAMP stack on Fedora 16
A small and simple shell script to help ease the installation of a LAMP stack on Fedora 16.
Easily allows a user to install Apache httpd, MySQL, and their choice of PHP, Python, or Perl. If PHP is installed they can also choose to install phpMyAdmin.
This is just an early version, I quickly wrote in one afternoon and ran once. So... there are probably some bugs and things that need to be ironed out. However, my first run things went smoothly and everything worked as expected.
Running the script
Running the script is fairly simple and straight forward.
- First download the script
- cd to the directory where the script is located
- make sure the script can execute as a program "chmod +x lamp_install.sh"
- login as super user "su -"
- Run the script "./lamp_install.sh" it will guide you through the rest
Some Other Helpful Links
There's a very good tutorial on fedora solved covering Setting up a LAMP stack. It covers what is happening in this script in a little more detail if you would like to know what is going on in there.
Issues
If you find any issues while using this script please gather all the necessary information and let me know by filing an issue on GitHub. Thanks.