Changes between Version 4 and Version 5 of faq/get-dedicated-wiki


Ignore:
Timestamp:
Jul 13, 2010, 10:45:34 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/get-dedicated-wiki

    v4 v5  
    1111To setup a new wiki:
    1212
    13  * Create a DNS A record for the member under the MFPL hosting order with a domain like GROUP.wiki.mayfirst.org that points to the IP address: 209.51.163.6
     13 * In this example, I will refer to GROUP. This variable should be changed based on the request coming in. GROUP should be replaced wth a short name refering to the member requesting the wiki (e.g. mfpl or brecht).
     14 * Create a DNS A record for the member under the MFPL hosting order with the domain GROUP.wiki.mayfirst.org that points to the IP address: 209.51.163.6
    1415 * Login to peltier.mayfirst.org as root and run the following commands:
    1516{{{
    1617cd /etc/mediawiki/members-configs
    1718# create and edit NAME.wiki.mayfirst.org to meet needs of new wiki
    18 cp example.wiki.mayfirst.org NAME.wiki.mayfirst.org
    19 # create new tables for the installation. PREFIX should be a short prefix
     19cp example.wiki.mayfirst.org GROUP.wiki.mayfirst.org
     20# create new tables for the installation.
    2021# for the tables, e.g. mfpl_ or ussf2010_
    21 create-new-tables PREFIX
    22 # create an image directory (should match settings in NAME.wiki.mayfirst.org)
    23 mkdir /srv/www/wiki.mayfirst.org/mediawiki/images/PREFIX
     22./create-new-tables GROUP_
     23# create an image directory (should match settings in GROUP.wiki.mayfirst.org)
     24mkdir /srv/www/wiki.mayfirst.org/mediawiki/images/GROUP
    2425chown mediawiki:nogroup /srv/www/wiki.mayfirst.org/mediawiki/images/PREFIX
    2526}}}