User Tools

Site Tools


web:docuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
web:docuwiki [2019/09/19 08:03]
derek created
web:docuwiki [2024/09/22 19:51] (current)
Line 1: Line 1:
-=====Docuwiki=====+=====DocuWiki===== 
 +[[http://dokuwiki.org|DocuWiki]] is an Open Source wiki software that doesn't require a database, using plain text files to define the pages instead.
  
-Set up a private DocuWiki instance+====Setup==== 
 +Set up a private DocuWiki instance:
  
   * Go to the cpanel at example.heliohost.org/cpanel   * Go to the cpanel at example.heliohost.org/cpanel
Line 13: Line 15:
   * Install   * Install
   * Go to the installation URL that was entered and login   * Go to the installation URL that was entered and login
 +  * ''Admin'':
 +    * ''Configuration Manager'':
 +      * ''Display'' > ''Typography'' > ''None''
 +      * ''Save''
 +    * ''Extension Manager'' > ''Search and Install'':
 +      * Search for and install:
 +        * ''TemplatePageName plugin''
 +        * ''Include Plugin''
 +  * Go to ''%%https://<url>/i_template%%''
 +    * Create the page
 +    * Enter the text from the below code block and save
   * Start creating pages   * Start creating pages
 +
 +
 +Global template code:
 +
 +  =====@!!PAGE@=====
 +  Explain the page/service.
 +  
 +  ====Setup====
 +  Overview of setup.
 +  
 +    * Setup
 +    * steps
 +  
 +  <code batch batch.bat>
 +  Downloadable batch file
 +  </code>
 +  
 +  ====Update====
 +    * Describe update Process
 +    * Include in update all page using ''%%{{page>@ID@#Update}}%%''
web/docuwiki.1568880224.txt.gz · Last modified: 2024/09/22 19:51 (external edit)