Skip to main content

How to set up multiple Ghost installations on a DigitalOcean Droplet

Steps

  1. Create a DigitalOcean account. (this is my referral link)
  2. Create a Droplet with 1-click LEMP or Ghost image as explain here.
  3. Find the root MySQL password at /root/.digitalocean_password as the root user (use Ctrl/Cmd + x to exit):
    nano /root/.digitalocean_password
  4. Follow the official documentation on how to install Ghost on Ubuntu.
  5. Repeat Step 3.