From fb661c0a937e7fce58010d127aa1d33d8871cc8c Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 5 Jan 2015 20:46:51 +0100 Subject: [PATCH] readme --- readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/readme.md b/readme.md index 2f97c47..e652e99 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,27 @@ # Install Lamp server and secure it on debian 7 +## how to use it +on a fresh install +1 install git +``` +sudo apt-get git +``` +2 clone the repo +``` +git clone https://github.com/bachy/debian-lamp.git +``` + +3 run the script +``` +cd debian-lamp +chmod a+x install-debian-server.sh +./install-debian-server.sh + +``` + + +## ref http://www.debian.org/doc/manuals/securing-debian-howto/ https://www.thefanclub.co.za/how-to/how-secure-ubuntu-1204-lts-server-part-1-basics https://www.linode.com/docs/websites/lamp/lamp-server-on-debian-7-wheezy