diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-09 22:51:44 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-09 22:51:44 +0200 |
commit | e13fd0f0ac82bc815d53cebae138dc5541c3098a (patch) | |
tree | 0288f9b7c338c52cf9949c1dd2c6f599202e0b38 /doc | |
parent | 6458123e1276147095f296522a61823676006f3f (diff) |
doc/setup.md: Point to INSTALL
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/setup.md | 10 |
1 files changed, 7 insertions, 3 deletions
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" ) |