Installing Ghost on Reclaim Hosting

Good catch, Iā€™ve updated this guide to refer to the correct version recommended now. Thanks!

Messing around with updating my ghost install and it looks like the current version of ghost now requires one of the following versions of node or newer:
8.16.0, 10.13.0, 12.10.0

The current options at least on sebadoh are 6.16.0, 8.15.0, or 9.11.2 so at the moment it seems you are unable to install new installs of ghost unless there is a workaround of some kind!

Hmmm, the docs only reference the larger releases (8.x, 10.x) and not specific subversions. Did you try the upgrade and it failed?

Iā€™ll make sure our servers also have 10 on there and maybe even 11 and 12.

I had the same problem, installation failed because Ghost wants a different version of Node. Iā€™m excited to try out Ghost, looking forward to the Node upgrade.

Yes I had tried and it failed. Those version numbers are what the ghost-cli gave me as the reason why it would not do the install.

This was on a clean install, not an upgrade. My upgrade is not working, but for different reasons I thinkā€¦ Iā€™m hoping to eventually do a clean install and import all my content to the new install.

Iā€™m sure youā€™re on this, but in case it helps here is a forum talking about this issue, I believe

If the newest version of Ghost is incompatible with the version of Node on our servers youā€™ll need to stick to an older version until we get a more recent version upstream. The Node.js functionality on our servers is driven by a third party plugin and isnā€™t something for which we control updates beyond making major versions available. This is very much in the ā€œif it works great but if not sorryā€ realm in terms of what we can support. Many other webhosts simply donā€™t offer compatibility with Ghost due to the complexity of how it runs as an application compared to WordPress and other apps. This guide was written as a courtesy but shouldnā€™t be confused to indicator support on our end.

Thatā€™s fair, I totally understand. Just one quick questionā€¦how do I know which version of Ghost Iā€™m installing? Iā€™m following your instructions, is there something I can modify within your instructions to install an older version of Ghost? Thanks for your help.

No problem! Just wanted to point this out.

Looks like you should be able to specify a version like this:

~/nodevenv/ghost/8/lib/bin/ghost install 2.15.0 --no-setup-linux-user

from: Ghost-CLI - A fully loaded tool for installation and configuration

@taylorjadin Thanks for the tip! It looks like the node error is generated by the Ghost CLI installer. So, if I specify a Ghost version to install it doesnā€™t work. Now Iā€™m trying to find out how to install an old version of the Ghost CLI, but havenā€™t made progress :roll_eyes:

Node has been updated and I was able to install the latest version of Ghost (3.0.2). :metal:

Is there documentation (or can anyone share how) to upgrade from Ghost 2.31.1 to Ghost 3? The Ghost docs just say ā€œrun ghost updateā€ but I assume it wonā€™t be that easy :slight_smile:

Hi Chris,

Is this for https://words.fncll.org/? If so (or even if not it might be a good test), take an export backup if need be, then stop node.js and update the version to 10.20.1. After that restart node.js and then login via command line using the following:

source /home/fncllorg/nodevenv/ghost/8/bin/activate && cd /home/fncllorg/ghost

After that, run that update command and see if that works.

Let me know.
Jim

Yeah, thatā€™s what itā€™s for, so it doesnā€™t matter much if it goes sideways. I could nuke and reinstall, but then what do I learn :slight_smile:

This is where I get with your directions: I stopped the node app, selected 10.2.1 and restarted it. Checked the site and it works.

But this is what I get when I attempt to update:

[fncllorg@doa ~]$ source /home/fncllorg/nodevenv/ghost/8/bin/activate && cd /home/fncllorg/ghost
[ghost (8)] [fncllorg@doa ghost]$ ghost update
bash: ghost: command not found
[ghost (8)] [fncllorg@doa ghost]$

Try changing
source /home/fncllorg/nodevenv/ghost/8/bin/activate && cd /home/fncllorg/ghost
to
source /home/fncllorg/nodevenv/ghost/10/bin/activate && cd /home/fncllorg/ghost
Let me know if that does anything for you.

I donā€™t have a /10/ directory ā€¦

I just update node.js version to 10, so that folder is there now, and site still working. That said, might need to figure out if the Ghost CLI will work given this is running via CloudLinux in cPanel. Running update or ghost update not working for me, so will figure that out and then get back to you on this.

Cool. I assume the node.js upgrade wasnā€™t something I could do on my end?

Iā€™ll check in later!

Yeah, looks like an update through our system is not possible. Turns out you can run Ghost CLI commands, as the tutorial notes, but given you move all the files out of the original file structure it seems to break things. In fact, we have so few Ghost instances running in cPanel to some large part because of these limitations.

That said, we will be opening an environment where this will be possible. Namely the ability to use a one-click installer to install Ghost and just about any other next generation app with a Docker container behind it. Itā€™s exciting, and if you donā€™t have too much invested in Ghost through our shared hosting offerings, this may be a perfect place for you to explore just that.

In fact, check your email, there maybe something there waiting for you :slight_smile: