From e13fd0f0ac82bc815d53cebae138dc5541c3098a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 9 Jun 2016 22:51:44 +0200 Subject: doc/setup.md: Point to INSTALL Signed-off-by: Florian Pritz --- doc/setup.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/setup.md b/doc/setup.md index f01a2ab6b..c955437b2 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -1,12 +1,16 @@ # Setup +For installation instructions follow `./INSTALL`. + +## Fancy URLs + Set `$config['index_page'] = '';` in `application/config/config-local.php` and adjust your webserver's rewrite config. -## Apache +### Apache See the shipped htaccess.txt -## Nginx +### Nginx ``` location / { @@ -17,7 +21,7 @@ location @ee { } ``` -## Lighttpd +### Lighttpd ``` url.rewrite-if-not-file = ( "^(.*)$" => "/index.php/?$1" ) -- cgit v1.2.3-24-g4f1b