One step wordpress installation in digitalocean

anandbernard

Newbie
Joined
May 29, 2016
Messages
42
Reaction score
3
1.How to install WordPress by simple methods in digitalocean hosting?
2.How to install more than one WordPress site in single droplet?
3.How to delete a Wordpress site in a droplet without affecting other sites on droplet?

Open your terminal and connect to your digital ocean server by using the details which are sent to you when you create droplet.
example:
ssh [email protected].*.*
enter password
now simply enter
1. First Command to install Easy Engine

wget -qO ee rt.cx/ee && sudo bash ee


here after entering that code it takes a lot of time where you have installed easy engine on your server.
http auth user name: easyengine

http auth password: hdsfkd

wordpress admin user: anandbernard

wordpress mass: Tonudkjfhds

your are give with login details

------------------------------------------------------------------
2. Second Command to install Wordpress

ee site create abc.com --wpsc

------------------------------------------------------------------
here abc.com is your domain name, now your have installed Wordpress on your digitalocean droplet. Here you are given the login details of WordPress site with same email which you mentioned while installing at 1st step.

WordPress admin user : anandbernard
WordPress admin user password : kV0ZnS2tkdsfdsh

3. To delete site from server

ee site delete abc.com

once to enter the above command your site is deleted from droplet.
 
I don't know what any of this means. Installing Wordpress used to be so simple.
 
In digital ocean hosting when you wish to host multiple Wordpress sites on one droplet you can follow these steps, it's easy and best way
 
U guys ain't up with DO concepts, and unless you are this info is useless for u.
 
Back
Top