Hi,
Based on these instructions from DO I am trying to restart Ghost (so the handlebar file changes shown) https://www.digitalocean.com/community/tutorials/how-to-configure-and-maintain-ghost-from-the-command-line
Step 1: logged into Console (via DO site)
Step 2: Tried at these directories cd /var/www/ghost/content/themes/ cd /var/www/ghost/ cd /var/www/
Step 3: Trying this command service ghost restart
also tried these
sudo service ghost stop sudo service ghost start
then tried these
sudo systemctl restart ghost sudo systemctl restart nginx
** getting this message Failed to restart ghost.service: Unit ghost.service not found.
I then read that “ghost” is not a service per the thread below but the commands in this article didn’t work either. https://www.digitalocean.com/community/questions/ghost-start-and-stop-ubuntu-service-command
I am new to this so any help would be appreciated.
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!
This is an old question but it’s still ranking top on Google search so it’s worth to mention a possible solutions:
Use Ghost-CLI
cd /var/www/<your-ghost-project>
ghost stop
ghost start
The reason I was having the same problem was because in my instance ghost service was running with a different name than ghost, it was actually ghost-<project>-com.
Hope it helps.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.