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

From steamWiki
Jump to: navigation, search
Line 7: Line 7:
 
##run ''sudo yum install httpd'' to install apache and its dependencies
 
##run ''sudo yum install httpd'' to install apache and its dependencies
 
##run ''sudo service httpd start'' to start the apache service
 
##run ''sudo service httpd start'' to start the apache service
 +
##run ''sudo chkconfig httpd on'' to make sure apache starts on boot
  
  

Revision as of 19:04, 16 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
    3. run sudo chkconfig httpd on to make sure apache starts on boot


References