Difference between revisions of "How to Set Up a MediaWiki 1.23 Server on CentOS 6"
From steamWiki
| 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
- Install Apache
- run sudo yum install httpd to install apache and its dependencies
- run sudo service httpd start to start the apache service
- run sudo chkconfig httpd on to make sure apache starts on boot