Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
How can you restart Ghost using this tutorial?
I get ghost: unrecognized service whenever I try.
Paste this part of code in the top of document. Maybe it will help someone, like me.
server { listen 80; server_name your_domain.tld; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_pass http://127.0.0.1:2368; } }
This comment has been deleted
I was looking for a tutorial where you guys explain how to install Pencil Blue on a Ubuntu 14.04. Unfortunately, there is none. I was looking for alternatives for Ghost and i liked what i saw about Pencil Blue, so if someone has an article to share about installing Pencil Blue on Ubuntu 14.04 i will be very grateful.
Edit:
I’ve found it, even though it is written for Debian 8, I think that this tutorial will work for my server.
Hi there! Thanks for this tutorial. Just wondering, if I place a theme in my ghost/content/theme folder do I need to restart the service to see it in the ghost admin panel at my domain? I have one currently placed in there but when I look in the admin panel it only has the stock casper option. I don’t want to screw up anything so I’ll wait for a reply before monkeying about.
Hello Hamza and Tammy, I’ve just deployed Ghost on Ubuntu 14.04 using the relative Droplet (yesterday). And I am able to follow some of your instructions.
However, on my part it doesn’t seem to work entirely as you described.
Nginx seems to be pre-installed and configured. And Ghost is already running. In fact, I am unable to stop it.
I was able to install Forever and all the required packages globally via npm -g, but I can’t use Forever on the running Ghost.
If I try to restart Ghost via Forever, I get an error that Forever doesn’t recognize any process “index.js”. Well, of course, I didn’t start Forever at all, Ghost is already running and I can’t find a way to stop it unless I poweroff the container.
It’s only me to get stuck at this point?
Hi Hama,
This is a great tutorial, thanks. I am running into a strange issue with Nginx. After switching users and starting ghost, I get a “502 Bad Gateway” error, and I can’t figure out what’s gone wrong. I have verified that my ghost user has read permissions, the Nginx config file is fine, and I verified that it is linked properly.
I DID assign a password to the ghost user when I created the account. I can’t see how that would be an issue, but maybe it is an issue for Nginx?
What should I check next?
thanks!