raster pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=f00db12432bd88fbaca581c66a2e4f8183528f44

commit f00db12432bd88fbaca581c66a2e4f8183528f44
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Apr 29 19:30:13 2015 +0900

    add soem more setup notes for www
---
 README | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README b/README
index de9a782..df34053 100644
--- a/README
+++ b/README
@@ -7,6 +7,12 @@ it can do php5 or better.
 
 You will want to:
 
+  sudo ln -s /path/to/www/public_html /srv/http
+
+(or whatever it needed to have the public_html directory here be the
+base of your webserver dir). You may have to enable FollowSymLinks in
+apache or ngix or whatever (read up webserver docs relevant to that).
+
   cp local.php.sample public_html/conf/local.php
 
 and then modify $conf['datadir'] and $conf['mediadir'] to point to the
@@ -22,9 +28,13 @@ The first time you run your local webserver and go there, 
you may get
 permission denied problems. You may have to either make your www tree
 owned by your http server, or run your webserver as you. You will get
 to set up an admin account the first time if all directories are
-accessible correctly. You are now pretty much done. Enjoy your local
-wiki install and save time by not having to comit changes to the wiki
-before testing.
+accessible correctly. Soyo may have to
+
+  sudo chown -R http /path/to/www
+  sudo chown -R http /path/to/www-content
+
+You are now pretty much done. Enjoy your local wiki install and save
+time by not having to comit changes to the wiki before testing.
 
 Note that we want to keep changes to the wiki tself at a minimum beyond:
 

-- 


Reply via email to