Difference between revisions of "How to Set Up a MediaWiki 1.23 Server on CentOS 6"

From steamWiki
Jump to: navigation, search
Line 5: Line 5:
 
=MediaWiki=
 
=MediaWiki=
 
#Install Apache
 
#Install Apache
##run ''sudo yum install httpd''
+
##run ''sudo yum install httpd'' to install apache and its dependencies
 +
##run ''sudo service httpd start'' to start the apache service
 +
 
  
 
==References==
 
==References==
 
*https://www.digitalocean.com/community/tutorials/how-to-install-mediawiki-on-centos-6-4
 
*https://www.digitalocean.com/community/tutorials/how-to-install-mediawiki-on-centos-6-4
 
*https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6
 
*https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6

Revision as of 16:39, 15 July 2014

UNDER CONSTRUCTION

Setting Up a Secure CentOS 6 Server

MediaWiki

  1. Install Apache
    1. run sudo yum install httpd to install apache and its dependencies
    2. run sudo service httpd start to start the apache service


References