#How to install Centmin Mod on VPS Centos
Explore tagged Tumblr posts
bitdemy-blog · 10 years ago
Text
New Post has been published on SEOUNION
New Post has been published on http://seounion.net/tutorials/how-to-install-centmin-mod-on-vps-centos/
How to install Centmin Mod on VPS Centos
For those of you who didn’t know, Centmin Mod is a shell script which provides menu based installer that allows you to install and manage the latest versions of Nginx webserver, MariaDB/MySQL, PHP and a DNS server on a CentOS VPS, without using a control panel. This article assumes you have at least basic knowledge of linux, know how to use the shell, and most importantly, you host your site on your own VPS.
Requirements:
Fresh CentOS 6.x based 32bit or 64bit installation (CentOS minimal ISO recommended)
Minimum 256MB memory available. With some tweaks outlined here, you can install on 128MB memory based VPS. But recommend at least 256MB memory.
25 – 60 minutes of your time depending on speed of your server, network speed (for downloads/yum etc).
Links:
Install instructions http://centminmod.com/download.html
FAQ http://centminmod.com/faq.html
Change Log http://centminmod.com/changelog.html
General Notes:
For Xen 32bit OS users on 64bit host nodes, please read FAQ note regarding ARCH_OVERRIDE value you need to enable for Centmin Mod or Original Centmin script to work.
If your SSH2 Telnet client options allow for it you can increase the size of your scroll back buffer size to allow larger amounts of outputted text to be shown via scrolling back and forth.
Step 1. Install dependencies and download latest version of Centmin Mod’s zip file.
yum -y install bc wget unzip nano yum-plugin-fastestmirror cd /usr/local/src wget http://centminmod.com/download/centmin-v1.2.3-eva2000.07.zip
Step 2. Extract files and change to centmin-v1.2.3 mod directory and chmod +x centmin.sh bash script.
unzip centmin-v1.2.3-eva2000.07.zip cd centmin-v1.2.3mod chmod +x centmin.sh
Step 3. Run the script.
./centmin.sh
You will have the following options:
——————————————————– Centmin Mod 1.2.3-eva2000.07 – http://centminmod.com ——————————————————– Centmin Mod Menu ——————————————————– 1).  Centmin Install 2).  Add Nginx vhost domain 3).  NSD setup domain name DNS 4).  Nginx Upgrade / Downgrade 5).  PHP Upgrade / Downgrade 6).  XCache Re-install 7).  APC Cache Re-install 8).  XCache Install 9).  APC Cache Install 10). Memcached Server Re-install 11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu 12). Zend OpCache Install/Re-install 13). Install ioping.sh vbtechsupport.com/1239/ 14). SELinux disable 15). Install/Re-install ImageMagick PHP Extension 16). Change SSHD Port Number 17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc 18). Suhosin PHP Extension install 19). Install FFMPEG and FFMPEG PHP Extension 20). NSD Re-install 21). Update – Nginx + PHP-FPM + Siege 22). Exit ——————————————————– Enter option [ 1 – 22 ] ——————————————————–
  Centmin Mod LEMP stack install on CentOS 6.6 + CentOS 7.0
0 notes