Skip to content

bajpangosh/How-To-Install-WordPress-with-LEMP-on-Ubuntu-16.04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Install WordPress with LEMP on Ubuntu 16.04

This LEMP stack is that fastest way to start running WordPress on your server. Using Nginx, PHP 7.0, MariaDb. Use only on Ubuntu-16.04.

Features

Nginx (updated)

PHP 7.0

PHP-fpm

Mariadb (updated)

Wordpress (updated)

wget -qO wp run.kloudboy.com/wp && sudo bash wp

or try this one.

wget -qO wp-install.sh https://goo.gl/XbLNpg && chmod u+x wp-install.sh && bash wp-install.sh

If you need to install wordpress on same droplet, use this script

wget -qO sub.sh https://goo.gl/VDsnJp && chmod u+x sub.sh && bash sub.sh

About

How To Install WordPress with LEMP on Ubuntu 16.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages