Fork Me on GitHub

Fedora 16 LAMP stack script

Easily install a LAMP stack on Fedora 16

Download this project as a .zip file Download this project as a tar.gz file

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.

  1. First download the script
  2. cd to the directory where the script is located
  3. make sure the script can execute as a program "chmod +x lamp_install.sh"
  4. login as super user "su -"
  5. 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.