summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-09-18 15:15:18 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-09-18 15:15:18 +0000
commit8b2630a82fbecfd57fa38aebb397a755936690e5 (patch)
treea9cfcd7bb5bea87d63fc8ef81c8456a130a249bc /INSTALL
parente57c8295ebe92b58ca3e68fa8ea8f70d4b0b4cee (diff)
downloadlighttpd-master.tar.gz
add README to point to lighttpd-1.4.x as stableHEADmaster
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 0 insertions, 32 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 1ecc9edb..00000000
--- a/INSTALL
+++ /dev/null
@@ -1,32 +0,0 @@
-
-============
-Installation
-============
-
-:author: Jan Kneschke
-:Date: $Date: $
-:Revision: $Revision: $
-
-Installation
-------------
-
-Get the source from
-
-http://www.lighttpd.net/download/
-
-unpack it by ::
-
- $ gzip -cd lighttpd-1.x.x.tar.gz | tar xf -
-
-compile and install it with ::
-
- $ cd lighttpd-1.x.x
- $ ./configure
- $ make
- $ su -
- # make install
- # exit
-
-take look at the configfile in ./doc/lighttpd.conf,
-make your own copy of that file and modify it for your needs.
-