Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Numinix MediaWiki Demo
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Manual/Upgrading
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Other files=== <!--T:50--> <!--T:51--> After extracting the tarball, you should copy or move some files and folders from the old installation directory to the new one: </translate> * <code>LocalSettings.php</code> - <translate><!--T:52--> contains your old configuration settings.</translate> <translate> <!--T:53--> * The <tvar name=code-img><code>images</code></tvar> (or <tvar name=code-upl><code>uploads</code></tvar> in older versions) directory, which contains all the uploaded files to the wiki, unless you have chosen a different upload directory, and change the ownership and permissions. <tvar name=chmod><code>find ./images -type d -exec chmod 755 {} \;</code></tvar> and <tvar name=chgrp><code>chgrp -R apache images</code></tvar> (e.g. if your web user is ''apache'').</translate> <translate> <!--T:54--> * Some extensions in the <tvar name=dir><code>extensions</code></tvar> directory. You should always get updated extensions; old extensions aren't guaranteed to work with a newer version of MediaWiki.</translate> <translate> <!--T:55--> * In case you use a [[<tvar name=logo>Special:MyLanguage/Manual:$wgLogo</tvar>|custom logo]] this file also needs to be restored from backup. Before 1.24 the logo is usually in <tvar name=dir1><code>skins/common/images/</code></tvar>. After 1.24 the logo is usually in <tvar name=dir2><code>resources/assets/</code></tvar> or <tvar name=dir3><code>images/</code></tvar> if that's what you chose to use.</translate> <translate><!--T:597--> Then add to <tvar name=1><code>LocalSettings.php</code></tvar> e.g. <tvar name=logo2><syntaxhighlight lang=php inline>$wgLogo = "$wgScriptPath/images/logo.png";</syntaxhighlight></tvar></translate> <translate> <!--T:555--> * For 1.35 you may need to restore the logos from <tvar name=1></tvar>.</translate> <translate><!--T:615--> Then add to <tvar name=2><code>LocalSettings.php</code></tvar> e.g. <tvar name=3><syntaxhighlight lang=php inline>$wgLogos = [ '1x' => "path/to/1x_version.png", '2x' => "path/to/2x_version.png", 'svg' => "path/to/svg_version.svg" ];</syntaxhighlight></tvar></translate> <translate> <!--T:56--> * Custom skins from within the <tvar name=skins-dir><code>skins</code></tvar> directory.</translate> <translate> <!--T:57--> * Any modifications made to the old installation files or extensions.</translate> <translate> <!--T:58--> * Any .htaccess file (if you're using Apache and you've defined any rules in them). </translate> <translate><!--T:59--> Once done, make this new folder the published folder on the web server, or rename the old installation directory and then rename the new one to match the old name.</translate> <translate><!--T:583--> Change ownership and group of everything so the web server has access to the files.</translate> <translate>
Summary:
Please note that all contributions to Numinix MediaWiki Demo may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Project:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)