Changes between Initial Version and Version 1 of faq/get-dedicated-wiki


Ignore:
Timestamp:
Jul 13, 2010, 5:25:46 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

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

    v1 v1  
     1= How can I get my own wiki? =
     2
     3May First/People Link runs a shared mediawiki installation, using the same wiki software used by [http://wikipedia.com].
     4
     5If you would like your own wiki with a URL like http://yourorg.wiki.mayfirst.org/ then please [/newticket open a ticket] with the name you would like to use.
     6
     7== Admin directions ==
     8
     9These directions are for MFPL admins.
     10
     11To setup a new wiki:
     12
     13 * Create a DNS record for the name (preferable in the member's own DNS control panel) that points to the IP address: 209.51.163.6
     14 * Login to peltier.mayfirst.org as root and run the following commands:
     15{{{
     16cd /etc/mediawiki/members-configs
     17# create and edit NAME.wiki.mayfirst.org to meet needs of new wiki
     18cp example.wiki.mayfirst.org NAME.wiki.mayfirst.org
     19# create new tables for the installation. PREFIX should be a short prefix
     20# for the tables, e.g. mfpl_ or ussf2010_
     21create-new-tables PREFIX
     22# create an image directory (should match settings in NAME.wiki.mayfirst.org)
     23mkdir /srv/www/wiki.mayfirst.org/mediawiki/images/PREFIX
     24chown mediawiki:nogroup /srv/www/wiki.mayfirst.org/mediawiki/images/PREFIX
     25}}}