Old:Installing MediaWiki on 4.0-Mona: Difference between revisions
(New page: <span id="top"></span> {| cellpadding="2" |__TOC__||'''Installing MediaWiki on 4.0-Mona''' |} '''Introduction''' The following instructions show you how to install MediaWiki on a clean ve...) |
(Moved contents to Old:) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
# '''A)''' Create a new folder named '''mediawiki_b''' (Can be any name) | # '''A)''' Create a new folder named '''mediawiki_b''' (Can be any name) | ||
# Extract a new copy of Uniform Server V4.0-Mona to this folder<br> --- Database user name '''root''' - No need to change this<br> --- Database password '''root''' - Before installing MediaWikil I recommend changing this using [[4.0-Mona: Security & passwords#MySQL Password | apanel]] | # Extract a new copy of Uniform Server V4.0-Mona to this folder<br> --- Database user name '''root''' - No need to change this<br> --- Database password '''root''' - Before installing MediaWikil I recommend changing this using [[Old:4.0-Mona: Security & passwords#MySQL Password | apanel]] | ||
# '''Start''' Uniform Server. | # '''Start''' Uniform Server. | ||
Line 30: | Line 30: | ||
<ol start="9"> | <ol start="9"> | ||
<li>'''E)''' Copy folder '''mediawiki-1.13.3''' to server root folder '''www'''</li> | <li>'''E)''' Copy folder '''mediawiki-1.13.3''' to server root folder '''www'''</li> | ||
<li>'''F)''' Rename folder '''mediawiki-1.13.3''' to ''' | <li>'''F)''' Rename folder '''mediawiki-1.13.3''' to '''wiki'''</li> | ||
</ol> | </ol> | ||
| | | | ||
Line 116: | Line 116: | ||
== Conclusion == | == Conclusion == | ||
MediaWiki is extremely easy to install on UniServer, if you have a version (1.3.*) already installed on 3.5 and want to move it over to 4.0-Mona take a look at [[Moving MediaWiki to 4.0-Mona | this page]]. | MediaWiki is extremely easy to install on UniServer, if you have a version (1.3.*) already installed on 3.5 and want to move it over to 4.0-Mona take a look at [[Old:Moving MediaWiki to 4.0-Mona | this page]]. | ||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
Line 122: | Line 122: | ||
[[Category: Uniform Server 4.0-Mona]] | [[Category: Uniform Server 4.0-Mona]] | ||
Latest revision as of 21:52, 21 June 2013
Installing MediaWiki on 4.0-Mona |
Introduction
The following instructions show you how to install MediaWiki on a clean version of 4.0-Mona.
It’s a personal server and will not be used online hence no need to change any of Uniform Server’s settings, its locked down and safe to use even when your PC is connected to the Internet.
Preparation
Install Uniform server
Download Mediawiki
Copy files to Uniform Server
|
Wiki – Installation
Site config
Wiki name: | MPG (whatever you like) |
Contact e-mail: | admin@localhost |
Language: | en-English |
Copyright/license: | (radio button) select No license metadata |
Admin username: | WikiSysop |
Password: | (whatever you like) |
Password confirm: | |
Object caching: | (radio button) select eAccelerator |
Memcached servers: | (leave blank) |
E-mail, e-mail notification and authentication setup
E-mail features (global): | (radio button) select Disabled |
User-to-user e-mail: | (radio button) select Disabled |
E-mail notification about changes: | (radio button) select Disabled |
E-mail address: | (radio button) select Disabled |
Database config
Database type: | (radio button) select MySQL |
Database host: | localhost |
Database name: | wikidb |
DB username: | root |
DB password confirm: | root |
Superuser account: | tick box |
Superuser name: | root |
Superuser password: | root |
MySQL specific options
Database table prefix: | leave blank |
Storage Engine: | (radio button) select MyISAM |
Database character set: : | (radio button) select MySQL 4.1/5.0 binary |
Click Install MediaWiki
After creating the database a second page will display, scroll down the page you will see the conformation message
Installation successful! Move the config/LocalSettings.php
file to the parent directory, then follow this link to your wiki”
Notes
Note 1: More detail for moving file, also refer to above image G)
- Copy file: LocalSettings.php
- Located in folder: *\UniServer\udrive\www\wiki\config
- To folder: *\UniServer\udrive\www\wiki
Note 2: Access your wiki by typing the following into your browser address bar:
- http://localhost/wiki/ or
- http://localhost/wiki/index.php/Main_Page
Notes 3: To enable image uploads:
- Open file: LocalSettings.php
- Located in folder: *\UniServer\udrive\www\wiki
- Change this line: $wgEnableUploads = false;
- To: $wgEnableUploads = true;
Portability
If you want a portable version of MediaWiki copy the folder UniServer and all its content to your USB memory stick that’s it. Don’t expect fantastic speeds however it is usable.
Conclusion
MediaWiki is extremely easy to install on UniServer, if you have a version (1.3.*) already installed on 3.5 and want to move it over to 4.0-Mona take a look at this page.