Install MediaWiki on Linux


Current Home :: How to Install and Uninstall -> Install MediaWiki on Linux

Simply enter keywords and click on search button, such as how to install php in apache.
  • Internet

  • Linux Application Installation

  • Server Installation

  • Windows Application Installation

  • Sponsored Link

    :: Install MediaWiki on Linux
    • Uninstall previous version of apache and mysql
     rpm -e httpd mysql
    
    • Download and install RPM packages of MySQL's server, client and dynamic shared libraries from mysql.com.

    At time of writing, these should all be version 4.0.x in order to ensure compadability with the PHP scripts powering MediaWiki.

    • Do not opt to change the password on the MySQL database unless you know what you're doing.
     rpm -ivh MySQL-client-4.0.26-0.i386.rpm MySQL-server-4.0.26-0.i386.rpm MySQL-shared-4.0.26-0.i386.rpm
    
    • Initialize mysql database after installation by typing..
     mysql_install_db
    
    • Make sure /etc/ld.so.conf contains:
     /usr/lib
    
    • Run ldconfig
     /sbin/ldconfig
    
    • Download, unpack, and install Apache 2.0 from source at apache.org
     mv httpd-2.0.55.tar.gz /usr/local/; cd /usr/local/
     tar -xzvf httpd-2.0.55.tar.gz
     cd httpd-2.0.55
     ./configure --enable-so
     make
     make install
    
    • Ensure Apache functions properly by starting it, testing, and stopping
     /usr/local/apache2/bin/apachectl start
     http://localhost/
    
     /usr/local/apache2/bin/apachectl stop
    
    • Download, unpack, and install the newest 4.4.x version of PHP from php.net
     mv php-4.4.1.tar.gz /usr/local/; cd /usr/local/
     tar -xzvf php-4.4.1.tar.gz; cd php-4.4.1/
     ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
     make
     make install
    
    • Make some modifications to the httpd.conf file...
     LoadModule php4_module        modules/libphp4.so
     AddType application/x-httpd-php .php .phtml     
     AddType application/x-httpd-php-source .phps
    
    • Download and unpack newest MediaWiki version available at mediawiki.org
     tar -xzvf mediawiki-1.5.1.tar.gz
     cp mediawiki /var/www/wiki
    
    • Modify httpd.conf again, and restart the httpd ...
     DirectoryIndex index.html index.html.var index.php
     /usr/local/apache2/bin/apachectl restart
    
    • Test your accomplishments, and follow the web-based instructions through the configuration of your new MediaWiki server.
     http://localhost/
    
  • How to install GCC on RedHat and Fedora Linux
  • Custom OpenNap Installation Directions for Linux
  • Install OpenNap for Windows
  • Install OpenNap on Linux
  • Install GCC compiler on RedHat Linux 7.0
  • Install RedHat Linux / Win2k Dual Boot using lilo (recommended)
  • Install RedHat Linux / Win2k Dual Boot using boot.ini
  • Install Apache webserver with SSL and PHP4
  • Install Apache webserver with PHP4
  • Install Postfix with virtual domain hosting
  • Install MediaWiki on Linux
  • Install Apache 2.0/PHP 4.3 and MySQL 5.0
  • Install Java SDK v1.4.1.03 on Windows 2000
  • How to install PHP on IIS7 (RC1)
  • How to install mIRC
  • Install the IntelliPoint Software
  • Install a Microsoft pointing device
  • Installing MySQL for Jabberd
  • Installing Apache
  • Installing PHP
  • Installing MySQL
  • Manually install php5 on windows server 2003
  • How to Install and Configure PHP4 to Run with Apache on Windows
  • How to Install PHP 5.2 by Windows Installer
  • How to Install PHP 5.1.0 by Windows Installer
  • How to manually install PHP on Windows
  • How to install PHP 5.x on Windows Server 2003 with IIS 6
  • Install PHP to work on Windows Server 2003
  • How to Uninstall the Cluster Service on a Windows Server 2003 Cluster
  • How to Uninstall Internet Explorer 6
  • How to uninstall Spybot 1.4
  • How to uninstall the Adobe Flash Player plug-in and ActiveX control
  • INSTALLING FIREFOX IN LINUX
  • Installing Firefox for Windows
  • Installing Firefox for Linux
  • Installing Firefox for Mac OS X
  • How to install firefox-2.0.tar.gz in Linux
  • Installing Firefox 2 on Fedora Core 6
  • Installing Fedora Core from the hard drive
  • How to perform a clean installation Firefox 1.5
  • How to Install and Configure Spybot-Search & Destroy
  • How to Use Spybot Search & Destroy 1.4: Installation and Configuration
  • :: Install MediaWiki on Linux

    About Us | Advertise | Submit | Your Comment | Privacy | Bookmark anyvista.com
    (C)2006,anyvista.com, how to install applications and digital devices.