Koch Lab:Research/MediaWiki for Open Science/How To Install Mediawiki Windows: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: <ol start="1"> <li>Download the latest version of Mediawiki from http://www.mediawiki.org/wiki/Download</li> <li>Download the latest version of XAMPP for windows from http://www.apachefr...)
 
No edit summary
Line 12: Line 12:
<li>Browse to http://127.0.0.1/security/xamppsecurity.php and set the mysql root password.</li>
<li>Browse to http://127.0.0.1/security/xamppsecurity.php and set the mysql root password.</li>
: Note: Select cookie authentication and not http
: Note: Select cookie authentication and not http
[[Image:Kochlab/Mediawiki_Installion_1.png|frameless]]
[[Image:Kochlab_Mediawiki_Installion_1.png|frameless]]


<li>Extract mediawiki installation files using [http://7-zip.org 7-zip] into C:\xampp\htdocs\wiki</li>
<li>Extract mediawiki installation files using [http://7-zip.org 7-zip] into C:\xampp\htdocs\wiki</li>
Line 18: Line 18:


<li>Browse to http://127.0.0.1/wiki, and click on "set up the wiki"</li>
<li>Browse to http://127.0.0.1/wiki, and click on "set up the wiki"</li>
[[Image:Kochlab/Mediawiki_Installion_2.png|frameless]]
[[Image:Kochlab_Mediawiki_Installion_2.png|frameless]]


<li>Follow through the installation instructions provided.</li>
<li>Follow through the installation instructions provided.</li>

Revision as of 10:55, 1 February 2009

  1. Download the latest version of Mediawiki from http://www.mediawiki.org/wiki/Download
  2. Download the latest version of XAMPP for windows from http://www.apachefriends.org/en/xampp.html
  3. Note: Be sure to download the "Installer" package for the easiest installation.
    Note: Select to install Apache and MySQL as a service.
    Warning: |Do not install FileZilla as a service unless you are ready to configure it properly.
    Note: There is no need to start the XAMPP control panel after installation.
  4. Browse to http://127.0.0.1/security/xamppsecurity.php and set the mysql root password.
  5. Note: Select cookie authentication and not http
  6. Extract mediawiki installation files using 7-zip into C:\xampp\htdocs\wiki
  7. Update this Need to add instructions on how to properly extract files for the mediawiki installation. Not quite sure how since it is a tar file wrapped in a gunzip archive...
  8. Browse to http://127.0.0.1/wiki, and click on "set up the wiki"
  9. Follow through the installation instructions provided.
  10. Some important notes about the installation instructions
    • Select "No Caching" unless you are sure that you will be using Memcached (If you don't know what Memcached is, select "No Caching")
    • Only enable email features if you have configured PHP to support email
    • Select MySQL as the database type
    • The database name can be anything you want
      • Database table prefix is not required
    • The superuser account and password are the ones you set before at the http://127.0.0.1/security/xamppsecurity.php page.
      • Be sure to check "Use superuser account" so that the database and user can be created.
    Warning: Do not use the same password for the wiki database and the root user as this poses a significant security risk.
  11. Move config/LocalSettings.php to wiki/LocalSettings.php