I have written a script that simplifies the process of installing a web server with php, mysql and apc considerably. With a few clicks you will have a fully functional web server running.
The idea is to create a simple and fast way to get a fully functional web server with all the necessary additions. You do not have to write a lot of commands and you do not have to read through 100's of different pages. Everything you need is in LAMP Script!
This script requires no prior knowledge, it is suitable for all. I have tested the script a lot of times and have not encountered any problems. I recommend running the script on a newly installed server with Raspbian.
How to use
You can download the LAMP Script directly by clicking here. But the easiest way is to run the following command via SSH!
- Code: Select all
wget http://upload.ciph.se/otcfo/download && tar xvzf download && cd lampascript
- Code: Select all
chmod +x lampa.sh && ./lampa.sh
When the script is started just follow the instructions. This is one of my first scripts so please come with tips and report bugs.

The full article is here:
http://ciph.se/blogg/?p=109 (In Swedish)