GhostSS icon indicating copy to clipboard operation
GhostSS copied to clipboard

auto-fetch the newest version of ghost

Open simonv3 opened this issue 8 years ago • 5 comments

I noticed in Oasis that ghost is v0.5.8 while the most recent version is 0.6.4

I'm not sure whether this is possible within sandstorm, but what I've seen done for a webfaction install script of ghost is to just install ghost as an npm package (example here: https://github.com/mozz100/ghost-on-webfaction) and this way when it gets installed it's just a matter of running npm update.

But like I said, I'm not sure whether that makes sense here. It might be better to just replace everything with the most recent version.

simonv3 avatar Sep 10 '15 00:09 simonv3

There is probably a lot of chance of breaking the Sandstorm-specific modifications in just auto-pulling code from upstream.

ocdtrekkie avatar Sep 10 '15 00:09 ocdtrekkie

Yep, unfortunately most of the work in updating to the latest version is handling the rebase/merge conflicts. It's nearly impossible to get working in an automated manner unless Sandstorm's changes got upstreamed.

Becoming upstreamed is an eventual goal, so I'll leave this issue open to track it.

jparyani avatar Sep 10 '15 17:09 jparyani

Happy new year! Many folks probably want to get into blogging (myself including) so it would be great to have ghost up to date. Pretty please? 😅

html5cat avatar Jan 06 '16 04:01 html5cat

@html5cat I'm wondering the same thing. The current upstream build is 0.11.0, so this fork is very, very old now...

compuguy avatar Sep 23 '16 21:09 compuguy

The main blocker on updating at the moment is that the auth code for Ghost has completely changed. I believe they've arrived on a final version, so once I (or someone else) fixes the Sandstorm port, an autoupdate mechanism might become more feasible.

jparyani avatar Sep 26 '16 19:09 jparyani