Difference between revisions of "OWL Wiki Forms v0.2 installation"

From SW_OWF
Jump to navigation Jump to search
(adapt v0.1)
(No difference)

Revision as of 15:51, 6 March 2013

Install instructions

  1. Download and install the prerequisites:
    1. MediaWiki
    2. Semantic MediaWiki
    3. Semantic Forms
    4. ParserFunctions
    5. Character Escapes
  2. Download and install the OWL Wiki Forms extension
    1. Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory.
    2. Add to your wiki's LocalSettings.php file the following lines:
      require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );
      $wgRawHtml = true;