From bcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 20 Feb 2005 14:27:00 +0000 Subject: moved everything below trunk/ and added branches/ and tags/ git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9 --- INSTALL | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..0f78d7f8 --- /dev/null +++ b/INSTALL @@ -0,0 +1,32 @@ + +============ +Installation +============ + +:author: Jan Kneschke +:Date: $Date: $ +:Revision: $Revision: $ + +Installation +------------ + +Get the source from + +http://www.incremental.de/products/lighttpd/download/ + +unpack it by :: + + $ gzip -cd lighttpd-1.0.0.tar.gz | tar xf - + +compile and install it with :: + + $ cd lighttpd-1.0.0 + $ ./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. + -- cgit v1.2.1