This package allows you to install Ghost quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Ghost is a fully open source, adaptable platform for building and running a modern online publication.
Shipped version: 3.19.2
-
No LDAP support.
-
You need more then 1GB of ram. If you don't have it, please create a swap memory.
$ dd if=/dev/zero of=/swapfile bs=1024 count=1048576 $ mkswap /swapfile $ swapon /swapfile $ echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
-
This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server)
-
App can be installed by YunoHost admin interface or by the following command:
$ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh
-
After installation create an admin account by visiting https://domain.tld/ghost
-
Updatation of the app works, but it need more testing to check eveything works after upgrade. So its advised to backup before updating.
-
App can be updated by YunoHost admin interface or with the following command:
$ sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/ghost_ynh ghost
- Official documentation: https://ghost.org/docs/
- Report a bug: https://github.com/YunoHost-Apps/ghost_ynh/issues
- App website: https://ghost.org/
- Upstream app repository: https://github.com/TryGhost/Ghost
- YunoHost website: https://yunohost.org/
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
or
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug