How to set up multiple Ghost installations on a DigitalOcean Droplet
Steps
- Create a DigitalOcean account. (this is my referral link)
- Create a Droplet with 1-click LEMP or Ghost image as explain here.
- Find the root MySQL password at
/root/.digitalocean_password
as theroot
user (useCtrl/Cmd + x
to exit):nano /root/.digitalocean_password
- Follow the official documentation on how to install Ghost on Ubuntu.
- Repeat Step 3.