Enlightenment website core
Go to file
Carsten Haitzler 49a44ed9f3 WIKI CUSTOM - disable lowercasing of wiki page names so docs can work
our docs will need casing to work as the languages they document
ddifferentaite case and our links link to a page of the name of the
keyword - WITH CASE KEPT.
2015-04-24 15:27:32 +09:00
public_html WIKI CUSTOM - disable lowercasing of wiki page names so docs can work 2015-04-24 15:27:32 +09:00
.arcconfig www: Add arcanist config file. 2015-03-09 10:43:26 +01:00
.gitignore Revert "MINOR: Update .gitignore and ignore more files that we do not need once" 2015-04-17 09:51:29 +09:00
README add docs on how to set up a local dokuwiki and sample config 2015-04-20 14:27:40 +09:00
local.php.sample www - update sample local.php 2015-04-24 14:59:43 +09:00

README

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.