ajwillia-ms pushed a commit to branch master.

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

commit 7b0045a0e476290cc712d642c172760ef3fb3662
Author: Andy Williams <a...@andywilliams.me>
Date:   Thu Apr 30 22:22:46 2015 +0100

    www: More info for getting started
    
    Provide some info on required modules and how to add a
    simple admin user.
---
 README | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README b/README
index df34053..b448fa7 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ and a template made to work with e.org. this does NOT contain 
content.
 
 To help do things nicely, you probably want to set up this tree
 locally and run an apache (or ngix or whatever you prefer) and ensure
-it can do php5 or better.
+it can do php5 or better, you will also need the rewrite module enabled.
 
 You will want to:
 
@@ -33,6 +33,13 @@ accessible correctly. Soyo may have to
   sudo chown -R http /path/to/www
   sudo chown -R http /path/to/www-content
 
+You may also get problems regarding users or ACLs - by default there are
+no user accounts. If you would like to add a quick admin user to get up and
+running then you can paste the following line into the
+public_html/conf/users.auth.php - the password is "admin".
+
+admin:$1$klvIJCLT$JubROWbM1IEZyoto/LSRD.:Admin:root@localhost:admin,user
+
 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.
 

-- 


Reply via email to