Difference between revisions of "Webapp-config and mediawiki vhosts"

From thelinuxwiki
Jump to: navigation, search
(Pushed from thelinuxwiki.com.)
 
 
Line 1: Line 1:
# install mediawiki via your native package manager (yum, apt-get, emerge...)
+
1. install mediawiki via your native package manager (yum, apt-get, emerge...)
# install virtual instances / copies of mediawiki to your desired locations using soft symlinks
+
  
  # webapp-config -I --soft -h example.com/wiki_1 mediawiki 1.18.2
+
2. install multiple virtual instances / copies of mediawiki to single domain/website
  # webapp-config -I --soft -h example.com/wiki_2 mediawiki 1.18.2
+
 
 +
  # 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