summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-09 22:51:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-06-09 22:51:44 +0200
commite13fd0f0ac82bc815d53cebae138dc5541c3098a (patch)
tree0288f9b7c338c52cf9949c1dd2c6f599202e0b38 /doc
parent6458123e1276147095f296522a61823676006f3f (diff)
doc/setup.md: Point to INSTALL
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/setup.md10
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" )