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!
typo under symlinks?
‘sites-enabled-ghost’ should be ‘sites-enabled/ghost’
right?
This comment has been deleted
“Step the process…” I presume that should read “Stop the process…”
I don’t get it working… Perhaps here is a mistake? Don’t understand where the error is…
root@SocialThoughtsGhostly:/etc/nginx# cd/etc/nginx rm sites-enabled/default -bash: cd/etc/nginx: No such file or directory root@SocialThoughtsGhostly:/etc/nginx# cd /etc/nginx rm sites-enabled/default root@SocialThoughtsGhostly:/etc/nginx# cd sites-available touch ghost root@SocialThoughtsGhostly:/etc/nginx/sites-available# server { listen 0.0.0.0:80; server_name social-thoughts.de; access_log /var/log/nginx/social-thoughts.de.log; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header HOST $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:2368; proxy_redirect off; } } -bash: syntax error near unexpected token `}’
@daniel.fuerg you need to run “nano ghost” before pasting the contents of the config file.
There are issues with the Sqlite package if you head over to the Ghost forums. I am going to redo my droplet and try again. node v0.10.* is what is recommended. I don’t want to use the Ghost Application image as I will use my droplet for other purposes. I guess I could split it in half…hmmm
I created ghost nginx configuration file and changed server_name to my ghost ip adress (i still don’t have a domain name), but I launch ghost, i’ve got the wrong url (127.0.0.1:2368). I changed url setting in config.js file, just below ‘production’. I’ve got the same issue. What did I missed?
@artenischloria: <pre>i’ve got the wrong url (127.0.0.1:2368).</pre>
Where do you see that?
@Kamal Nasser. Thanks helping a newbie! Here it is: <code>root@ghost:/var/www/ghost# npm start
ghost@0.3.3 start /var/www/ghost node index
Ghost is running… Listening on 127.0.0.1:2368 Url configured as: http://my-ghost-blog.com Ctrl+C to shut down</code> I changed config.js with my vps ip.
I already tried ghost droplet, and it was fine. But I was curious to install ghost on ubuntu by myself. When I posted the first message, I had just installed ubuntu image. But now, i’ve got other apps on my vps.