Manually Installing Mediawiki on NAS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:NAS Category:MediaWiki == Create virtual host == It's necessary to host the wiki using a virtual host. NAS default web server is nginx. Mediawiki requires Ap...") |
No edit summary Tag: wikieditor |
||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Synology]] [[Category:MediaWiki]] | ||
== Create virtual host == | == Create virtual host == | ||
| Line 6: | Line 6: | ||
'''DSM''' > '''Main Menu''' (icon in upper left of taskbar) > '''Web Station''' > '''Virtual Host''' > '''Create''' button | '''DSM''' > '''Main Menu''' (icon in upper left of taskbar) > '''Web Station''' > '''Virtual Host''' > '''Create''' button | ||
<div class="alert-warning">Ideally there would be a domain name reserved for the NAS web server. The wiki would then be on a subdomain, e.g. `wiki.domainname.com`. Add the virtual host settings for this configuration when available. In the meantime, it's possible to reserve a custom port for MediaWiki.</div> | <div class="alert alert-warning">Ideally there would be a domain name reserved for the NAS web server. The wiki would then be on a subdomain, e.g. `wiki.domainname.com`. Add the virtual host settings for this configuration when available. In the meantime, it's possible to reserve a custom port for MediaWiki.</div> | ||
Select "Apache" for the web server. | Select "Apache" for the web server. | ||
Latest revision as of 14:07, 24 September 2022
Create virtual host[edit]
It's necessary to host the wiki using a virtual host. NAS default web server is nginx. Mediawiki requires Apache.
DSM > Main Menu (icon in upper left of taskbar) > Web Station > Virtual Host > Create button
Ideally there would be a domain name reserved for the NAS web server. The wiki would then be on a subdomain, e.g.
wiki.domainname.com. Add the virtual host settings for this configuration when available. In the meantime, it's possible to reserve a custom port for MediaWiki.Select "Apache" for the web server.
Configuring Mediawiki[edit]
Requests for the MediaWiki URL will result in configuration pages if a configuration hasn't been created yet.