Page 1 of 1
MantisBT 2.1.0 + DokuWIKI - still valid
Posted: 06 Mar 2017, 12:48
by eherstad
Hi.
Trying to setup DokuWIKI with integration vs MantisBT, i do see that the manual under i old (updated 2015, but refers to version from 2011?). Is this still documentation valid? Has anybody put up this integration themselves?
Re: MantisBT 2.1.0 + DokuWIKI - still valid
Posted: 06 Mar 2017, 13:02
by atrol
eherstad wrote:Is this still documentation valid?
Do you use the documentation that cames with your MantisBt installation?
Have a look at folder doc/en-US/Admin_Guide of your MantisBT download or browse latest version online
http://www.mantisbt.org/docs/master/en- ... ml-single/
Re: MantisBT 2.1.0 + DokuWIKI - still valid
Posted: 29 Mar 2017, 13:23
by eherstad
Re: MantisBT 2.1.0 + DokuWIKI - still valid
Posted: 29 Mar 2017, 13:29
by eherstad
From the installation manual:
5.33. Wiki Integration
$g_wiki_enable
Set to ON to enable Wiki integration. Defaults to OFF.
$g_wiki_engine
The following Wiki Engine values are supported:
dokuwiki: DokuWiki
mediawiki: MediaWiki
twiki: TWiki
wikka: WikkaWiki
xwiki: XWiki
$g_wiki_root_namespace
Wiki namespace to be used as root for all pages relating to this MantisBT installation.
$g_wiki_engine_url
URL under which the wiki engine is hosted.
Must be on the same server as MantisBT, requires a trailing '/'.
If left empty (default), the URL is derived from the global MantisBT path ($g_path, see Section 5.3, “Path”), replacing the URL's path component by the wiki engine string (i.e. if $g_path = '
http://example.com/mantis/' and $g_wiki_engine = 'dokuwiki', the wiki URL will be '
http://example.com/dokuwiki/').
any examples of the last 2 points?
Re: MantisBT 2.1.0 + DokuWIKI - still valid
Posted: 29 Mar 2017, 13:35
by eherstad
Notice the difference between the webpage instruction to set it up:
# URL under which the wiki engine is hosted. Must be on the same server.
$g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/';
vs Documentation
$g_wiki_engine_url
URL under which the wiki engine is hosted.
Must be on the same server as MantisBT, requires a trailing '/'.