r74354 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74353‎ | r74354 | r74355 >
Date:14:02, 6 October 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
Tweak INSTALL to be more accurate with new-installer. Will do UPGRADE later
Modified paths:
  • /trunk/phase3/INSTALL (modified) (history)

Diff [purge]

Index: trunk/phase3/INSTALL
@@ -54,37 +54,20 @@
5555 | See: http://www.mediawiki.org/wiki/Manual:Short_URL |
5656 +--------------------------------------------------------------------------+
5757
58 -To run the install script, you'll need to temporarily make the 'config'
59 -subdirectory writable by the web server. The simplest way to do this on a
60 -Unix/Linux system is to make it world-writable:
61 -
62 - chmod a+w config
63 -
6458 Hop into your browser and surf into the wiki directory. It'll direct you into
6559 the config script. Fill out the form... remember you're probably not on an
6660 encrypted connection.
6761 Gaaah! :)
6862
6963 If all goes well, you should soon be told that it's set up your wiki database
70 -and written a configuration file. There should now be a 'LocalSettings.php' in
71 -the config directory; move it back up to the main wiki directory, and the wiki
72 -should now be working.
 64+and generated a configuration file. There is now a copy of "LocalSettings.php"
 65+available to download from the installer. Download this now, there is not a
 66+way (yet) to get it after you exit the installer. Place it in the main wiki
 67+directory, and the wiki should now be working.
7368
74 - +-------------------------------------------------------------------------+
75 - | Security hint: if you have limited access on your server and cannot |
76 - | change ownership of files, you might want to *copy* instead of *move* |
77 - | LocalSettings.php. |
78 - | |
79 - | This will make the file owned by your user account instead of by |
80 - | the web server, which is safer in case another user's account is |
81 - | compromised. |
82 - +-------------------------------------------------------------------------+
 69+Once the wiki is set up, you should remove the config directory (though it will
 70+refuse to config again if the wiki is set up).
8371
84 -Once the wiki is set up, you should remove the config directory, or at least
85 -make it not world-writable (though it will refuse to config again if the wiki
86 -is set up).
87 -
88 -
8972 ----
9073
9174 Don't forget that this is free software under development! Chances are good
@@ -99,4 +82,3 @@
10083 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l (site admin support)
10184
10285 http://lists.wikimedia.org/mailman/listinfo/wikitech-l (development)
103 -

Comments

#Comment by Brion VIBBER (talk | contribs)   05:02, 8 October 2010

Huzzah for not telling users to make directories full of executable code world-writable anymore :D

Status & tagging log