www/README

41 lines
1.5 KiB
Plaintext

Under public_html is a dokuwiki tree with plugins enabled, some config
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.
You will want to:
cp local.php.sample public_html/conf/local.php
and then modify $conf['datadir'] and $conf['mediadir'] to point to the
paged and media subdirs of the www-content git that you can get on
http://git.enlightenment.org as well. You can also symlink the
www-content dir from the public_html/data dir like:
ln -s /path/to/www-content public_html/data/www-content
as an alternative.
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.
Note that we want to keep changes to the wiki tself at a minimum beyond:
1. installing PRISTINE plugins (with as few or no changes as possible)
2. modifying the public_html/lib/tpl/e subdirectory where the
css/templates etc. live for the look and feel.
If you do change things, please start your commit log line with the
all caps:
WIKI CUSTOM
So we can easily find it later for upgrades.