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
2018-07-24 01:47:22 +05:30
conf Fix config path_url extra / error 2018-07-24 00:04:39 +05:30
patches no need for full patched files, since we sed in original file 2014-04-07 14:51:47 +02:00
scripts Added readme 2018-07-24 01:47:22 +05:30
.gitignore first version 2014-03-17 10:19:48 +01:00
check_process Revamp of the app acc to YunoHost 3 2018-07-23 19:40:35 +05:30
manifest.json Revamp of the app acc to YunoHost 3 2018-07-23 19:40:35 +05:30
README.md Added readme 2018-07-24 01:47:22 +05:30
TODO.org update TODO 2014-04-07 17:26:56 +02:00

Ghost blogging app for YunoHost

Integration level
Install Ghost with YunoHost

What is Ghost ?

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

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/admin

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
    

Dependencies

  • NodeJS
  • MySql
  • Yarn