The script will Install Lempzy, it will install a LEMP stack that is optimize
LEMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LEMP is an acronym that represents the configuration of a Linux operating system with an nginx (pronounced engine-x, hence the E in the acronym) web server, with site data stored in a MySQL database and dynamic content processed by PHP.
The LEMP stack represents one way to configure a web server, and is used in a number of highly-scaled applications across the web.
Congratulations, you now have installed Lempzy!
Once everything is set up, run this command below in /root directory to open the Menu Options
cd to go to your /root directory
cd ./lempzy.sh
4 Add Domain And Install WordPress
Here is the main menu after you run the above command
To install domain and wordpress, Go to
1) DOMAIN MENU >
2) ADD DOMAIN / SUB-DOMAIN + INSTALL WORDPRESS
Then you will get some prompt to answer, it’s pretty straight forward
In this examples case, we will try to install wordpress on our domain called
test.com
You can change it to your domain name
Click enter and wait until its done
If no error occurs during the process, you will get something like this
You can save your credentials
5 WordPress Installation Wizards
Open your domain <test.com> on your browser
It will run the wordpress installation wizard, fill up your detail
And voilaaaa, wordpress installation is done!
6 Setup Plugins
After WordPress has been installed, it is recommend to setup some plugin needed to run in this server
Go to Plugins >
Check Really Simple SSL and Nginx Cache
And activate those 2 plugins
7 Really Simple SSL
After activating the plugins above, you will get prompt to setup the SSL plugin
Check on Overide SSL detection
Activate SSL
Relogin on your wordpress site
8 Nginx Cache
To setup Nginx cache, go to
Tools > Nginx cache
Click save changes and all good to go!
9 The Hard Part
Congratulations, you have now successfully host WordPress on your VPS
Now for the hard part
Is to create a high traffic site, big enough to crash Lempzy! 😎
var aboutMe = document.getElementById('about-me');
var hammertime = new Hammer(aboutMe);
hammertime.on('swipeleft', function() {
// Navigate to the next page
});
hammertime.on('swiperight', function() {
// Navigate to the previous page
});