1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
Commit graph

8 commits

Author SHA1 Message Date
tituspijean
ce63f5591e One letter is missing and you are stripped of everything 2024-01-11 21:26:22 +00:00
tituspijean
2b0d658148
Enhance service monitoring 2023-08-18 13:26:12 +02:00
tituspijean
6dff889d0c
Fix change_url after v2 2023-04-23 15:59:05 +02:00
tituspijean
a5bde0406b
Finalize packaging v2 and upgrade to v5.44.0 2023-04-22 15:47:46 +02:00
tituspijean
9689e2415b
Packaging v2 and stop the install from source madness 2023-04-20 00:28:24 +02:00
Badri
61616f907d Update to v5.8.3 and use new install format
Ghost has significantly changed their file structure, which means
the scripts had to be changed around quite a bit as well. We are
also using the readymade `yarn setup` tool to set up the Ghost
installation instead of manually running each command. Significant
changes are:

  - Config and content now lives under ./ghost/core instead of
    being directly in the project root. While updating, for
    backward compatibility, we're checking for the existence
    of the old folder as well
  - The admin interface is bundled along with the main Ghost
    package, so there is no need to download it separately
    (Casper is still being downloaded separately though)
  - We are using `yarn start` instead of knex, grunt, etc.
    (`yarn start` automatically calls those commands for us
    behind the scenes)
  - Similarly, we are now running `yarn start` to execute the
    Ghost process in the systemd config, instead of manually
    running `index.js` as we were doing earlier.

Fresh installs work well on this commit, though upgrades are yet
to be tested!
2022-08-11 10:07:20 +05:30
tituspijean
e92f13335c
Fix path test in change_url 2022-02-26 18:55:56 +01:00
tituspijean
b936030743
Add change_url script 2022-01-09 16:52:05 +01:00