Difference between revisions of "MediaWiki"

Jump to navigation Jump to search
606 bytes added ,  17:23, 11 March 2011
→‎Installation: Added "Onto Dedicated Machine" IN PROGRESS
(Initial creation)
 
(→‎Installation: Added "Onto Dedicated Machine" IN PROGRESS)
Line 16: Line 16:
# Complete the config
# Complete the config
# Move /config/LocalSettings.php to the root of your wiki site
# Move /config/LocalSettings.php to the root of your wiki site
=== Onto Dedicated Machine ===
# Download apache and php (plus mysql if you need a db)
#* <code> apt-get install apache2 php5 php5-mysql </code>
# Exit root and cd to <code> /tmp </code>
# Download latest version (see http://www.mediawiki.org/wiki/Download for latest version)
#* <code> wget http://download.wikimedia.org/mediawiki/1.16/mediawiki-1.16.2.tar.gz </code>
# Uncompress
#* <code> tar xvzf mediawiki-1.16.2.tar.gz </code>
# Move to web folder
#* <code> mv /tmp/mediawiki-1.16.2 /var/www/ </code>
# In <code> /var/www/ </code> rename the folder
#* <code> mv mediawiki-1.16.2/ mediawiki </code>


== Extensions ==
== Extensions ==

Navigation menu