Publicate Docs

(back)

Installation

  1. Un-tarball it in a web directory.
  2. Run the MySQL script enclosed. (setup/setup.sql)
  3. Login as "admin", with password "admin." Change your password immediately.
  4. Copy config.example.php to config.php and set its variables appropriately.
  5. I recommend disabling register_globals on your PHP installation.

You're done. Edit the "main" template to change the appearance. You can nest templates with [[template-name]] and call functions with {{function-name}} -- note function names must be prefixed with lionshare_. Add your own functions in include/init.local.php and they can be called as well.

The "page" query string variable controls which root template is being displayed (only if that template's "Standalone" box is checked in the editor.)

— Zach van Schouwen