diff options
| author | yalh76 <yalh@yahoo.com> | 2020-03-29 21:56:56 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-03-29 21:56:56 +0200 |
| commit | 64149e99b7b28f76f6cc25607637692610cb1bd6 (patch) | |
| tree | 2cfceadeceae634791a7fb207268b5943f3e0f5e /README.md | |
| parent | 25a20b1d17f0b8752a39259c3b73a451e203255d (diff) | |
| parent | bf0dea0f437c00db213c27da299a0dda65810d6a (diff) | |
| download | mastodon_ynh-64149e99b7b28f76f6cc25607637692610cb1bd6.tar.gz mastodon_ynh-64149e99b7b28f76f6cc25607637692610cb1bd6.tar.bz2 mastodon_ynh-64149e99b7b28f76f6cc25607637692610cb1bd6.zip | |
Merge branch 'testing' into ldap
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly. -**Shipped version:** 2.9.2 +**Shipped version:** 3.1.2 ## Important points to read before installing @@ -28,18 +28,6 @@ Mastodon is a free, open-source social network. A decentralized alternative to c ### Install -#### Adding "swapfile" If you have less than 2Go of RAM -``` -sudo dd if=/dev/zero of=/swapfile bs=1024 count=1024000 -sudo chmod 600 /swapfile -sudo mkswap /swapfile -sudo swapon /swapfile -``` -add this line on /etc/fstab -``` -/swapfile none swap sw 0 0 -``` - #### Using __screen__ in case of disconnect ``` $ sudo apt-get install screen @@ -72,7 +60,6 @@ LDAP authentication is activated. * x86-64b - [](https://ci-apps.yunohost.org/ci/apps/mastodon/) * ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/mastodon/) -* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/mastodon/) ## Links |
