Ghost install help

I followed this and installed on a user called ghost. When I try to do ghost install it says can’t install on this user. Installing on root says cant be installed on root. So how do I install?

Is this a local installation or production installation?

If local:
#1: create a directory and make sure it’s empty (example: /Documents/ghost/)
#2: make sure you have nodejs and npm and ghost cli installed
#3: navigate to your empty ghost folder and run, in your terminal / command prompt: ghost install local

Read the local install guide here.

If production:
For digital ocean droplet (Ghost docs), run the marketplace 1-click (DO Docs) installer (easiest and you get everything you need)

For a manual production installation, read the docs.

Best of luck!