Knowledgebase
how to setup LEMP stack on crazytech vps Print this Article
If you have opted crazytech india KVM VPS for hosting a high traffic wordpress website then we have setup custom script to help you.
Requirements : Ubuntu 14.04 stack
Setup:
SSH to server by putty ( if you want to download putty click here )
Now run command
# apt-get update
#apt-get install vim git
# git clone https://github.com/sharmavijay86/ctinx
# cd ctinx
# ./install
Now this will generate a password in /root/.pw file and will install and setup following
google pagespeed module for nginx
nginx
fail2ban
copy the password generated ( or use your own passwd ) for mysql server setup run bellow
# apt-get install mysql-server -y
done
Requirements : Ubuntu 14.04 stack
Setup:
SSH to server by putty ( if you want to download putty click here )
Now run command
# apt-get update
#apt-get install vim git
# git clone https://github.com/sharmavijay86/ctinx
# cd ctinx
# ./install
Now this will generate a password in /root/.pw file and will install and setup following
google pagespeed module for nginx
nginx
fail2ban
copy the password generated ( or use your own passwd ) for mysql server setup run bellow
# apt-get install mysql-server -y
done
Was this answer helpful?
Also Read
Use PHP5-FPM with Apache 2 on KVM VPS CentOs 6.8
If we need a high traffic website host on apache due to .htaccess rules ( which is very painfull...
If we need a high traffic website host on apache due to .htaccess rules ( which is very painfull...
Complete Webserver- Ubuntu 14.04, apache, php-fpm, fail2ban, ufw, mariadb-server
A complete webserver for hosting heavy traffic php based CMS websites like wordpress, drupal etc...
A complete webserver for hosting heavy traffic php based CMS websites like wordpress, drupal etc...
How to enable page break / next page button in wordpress using simple php code
Some users uses plugin for enabling next page or page break button in wordpress editor. This...
Some users uses plugin for enabling next page or page break button in wordpress editor. This...
how to use cloudflare SSL with nginx
Using cloudflare for your website gives so many of options and flexibility for your web. Free...
Using cloudflare for your website gives so many of options and flexibility for your web. Free...
dns server setup with ubuntu 14.04 VPS
We can setup a vps by using bind9 package # apt-get update #apt-get install bind9 # cd...
We can setup a vps by using bind9 package # apt-get update #apt-get install bind9 # cd...
Powered by WHMCompleteSolution