1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
Ghost package for YunoHost
Find a file
2020-12-15 22:56:38 +01:00
conf update to 3.38.2 2020-11-23 14:58:37 +07:00
patches no need for full patched files, since we sed in original file 2014-04-07 14:51:47 +02:00
scripts Update ynh_add_config 2020-06-18 01:24:24 +02:00
.gitignore first version 2014-03-17 10:19:48 +01:00
check_process Test upgrade from 3.19.2 2020-12-15 22:56:38 +01:00
issue_template.md Update to 3.19.2 2020-06-14 04:04:12 +02:00
LICENSE Providing a LICENSE is mandatory 2020-06-14 17:22:53 +02:00
manifest.json update to 3.38.2 2020-11-23 14:58:37 +07:00
pull_request_template.md Update to 3.19.2 2020-06-14 04:04:12 +02:00
README.md update to 3.38.2 2020-11-23 14:58:37 +07:00
TODO.org update TODO 2014-04-07 17:26:56 +02:00

Ghost blogging app for YunoHost

Integration level
Install Ghost with YunoHost

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.

Overview

Ghost is a fully open source, adaptable platform for building and running a modern online publication.

Shipped version: 3.38.2

Screenshots

Installation

Guidelines

  1. No LDAP support.

  2. 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
    
  3. This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server)

Installing the Ghost app

  1. App can be installed by YunoHost admin interface or by the following command:

     $ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh
    
  2. After installation create an admin account by visiting https://domain.tld/ghost

Updating the Ghost app

  1. Updatation of the app works, but it need more testing to check eveything works after upgrade. So its advised to backup before updating.

  2. 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
    

Documentation

YunoHost specific features

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Developer info

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