Difference between revisions of "Webapp-config and mediawiki vhosts"
From thelinuxwiki
(Pushed from thelinuxwiki.com.) |
|||
Line 1: | Line 1: | ||
− | + | 1. install mediawiki via your native package manager (yum, apt-get, emerge...) | |
− | + | ||
− | # webapp-config | + | 2. install multiple virtual instances / copies of mediawiki to single domain/website |
− | # webapp-config | + | |
+ | # webapp-config --soft -h example.com/wiki_1 -I mediawiki 1.18.2 | ||
+ | # webapp-config --soft -h example.com/wiki_2 -I mediawiki 1.18.2 | ||
+ | |||
+ | I used soft links because my root and var are on separate file systems (partitions) | ||
3. complete the install of mediawiki as normal for all the virtual instances using your browser | 3. complete the install of mediawiki as normal for all the virtual instances using your browser |
Latest revision as of 19:14, 24 May 2016
1. install mediawiki via your native package manager (yum, apt-get, emerge...)
2. install multiple virtual instances / copies of mediawiki to single domain/website
# webapp-config --soft -h example.com/wiki_1 -I mediawiki 1.18.2 # webapp-config --soft -h example.com/wiki_2 -I mediawiki 1.18.2
I used soft links because my root and var are on separate file systems (partitions)
3. complete the install of mediawiki as normal for all the virtual instances using your browser