Difference between revisions of "Centos 6 Webserver"

From vpsget wiki
Jump to: navigation, search
Line 1: Line 1:
 
In this article we will install some software that is useful on a webserver based on Centos 6.<br/>
 
In this article we will install some software that is useful on a webserver based on Centos 6.<br/>
 
For the beginning let us install some packages that will be useful later:
 
For the beginning let us install some packages that will be useful later:
  yum install wget fetchmail zip unzip bzip2 nmap openssl lynx fileutils ncftp gcc gcc-c++
+
  yum install nano wget fetchmail zip unzip bzip2 nmap openssl lynx fileutils ncftp gcc gcc-c++
 
  yum update
 
  yum update
 +
MySQL + php
 +
yum install mysql-server php php-mysql
 +
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 15:42, 4 September 2013

In this article we will install some software that is useful on a webserver based on Centos 6.
For the beginning let us install some packages that will be useful later:

yum install nano wget fetchmail zip unzip bzip2 nmap openssl lynx fileutils ncftp gcc gcc-c++
yum update

MySQL + php

yum install mysql-server php php-mysql