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

Auto-update README

This commit is contained in:
Yunohost-Bot 2022-02-04 17:53:30 +00:00 committed by Yunohost-Bot
parent f0487553af
commit 055252de29

View file

@ -30,14 +30,14 @@ Publishing, memberships, subscriptions and newsletters platform
## Installation
1. No LDAP support.
1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**.
1. You need more than **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
1. This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server)
1. This app is multi-instance (you can have more than one Ghost blogging websites on a single YunoHost server)
### Installing the Ghost app