Difference between revisions of "Talk:Create a new mediawiki instance"

From Biowikifarm Metawiki
Jump to: navigation, search
(Comments toward improvement (?))
 
Line 3: Line 3:
 
  sudo chmod g+w LocalSettings.php
 
  sudo chmod g+w LocalSettings.php
 
  sudo chmod o+r LocalSettings.php
 
  sudo chmod o+r LocalSettings.php
seems redundant as the creation by cp leaves these properly owned and privileged.  This should be checked before changing.
+
seems redundant as the creation by cp leaves these properly owned and privileged.  This should be checked before changing. --[[User:BobMorris|BobMorris]] ([[User talk:BobMorris|talk]]) 00:59, 24 November 2014 (CET)
 +
 
 +
 
 +
In the section "Mysql grant wikidb rights" why is it necessary to do this for every new wiki? --[[User:BobMorris|BobMorris]] ([[User talk:BobMorris|talk]]) 00:59, 24 November 2014 (CET)

Revision as of 01:59, 24 November 2014

The Section 1 text

sudo chown root:mwadmin LocalSettings.php
sudo chmod g+w LocalSettings.php
sudo chmod o+r LocalSettings.php

seems redundant as the creation by cp leaves these properly owned and privileged. This should be checked before changing. --BobMorris (talk) 00:59, 24 November 2014 (CET)


In the section "Mysql grant wikidb rights" why is it necessary to do this for every new wiki? --BobMorris (talk) 00:59, 24 November 2014 (CET)