X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=README.md;h=fa7881a1a8771528e1331dce810313264da89194;hb=8cc104648a0a7728ea397d1a14b05e031960bff0;hp=ba152208963723e5161b21c231cbed1d18cc2e78;hpb=e56c319e8f4c121c5a3c014ac0b2e3567bfa636b;p=akkoma diff --git a/README.md b/README.md index ba1522089..fa7881a1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,36 @@ +## Upgrading to Akkoma + +### From source + +```bash +git remote set-url origin https://akkoma.dev/AkkomaGang/akkoma.git/ +git fetch origin +git pull -r +``` + +Then compile, migrate and restart as usual. + +Then if you've done anything fancy to the frontend, you'll want to get the +updates for that as well. This won't be the same for any two instances, +so `https://akkoma.dev/AkkomaGang/pleroma-fe` is the repo you need. + +### From OTP + +```bash +export FLAVOUR=$(arch="$(uname -m)";if [ "$arch" = "x86_64" ];then arch="amd64";elif [ "$arch" = "armv7l" ];then arch="arm";elif [ "$arch" = "aarch64" ];then arch="arm64";else echo "Unsupported arch: $arch">&2;fi;if getconf GNU_LIBC_VERSION>/dev/null;then libc_postfix="";elif [ "$(ldd 2>&1|head -c 9)" = "musl libc" ];then libc_postfix="-musl";elif [ "$(find /lib/libc.musl*|wc -l)" ];then libc_postfix="-musl";else echo "Unsupported libc">&2;fi;echo "$arch$libc_postfix") + +./bin/pleroma_ctl update --zip-url https://akkoma-updates.s3-website.fr-par.scw.cloud/develop/akkoma-$FLAVOUR.zip +./bin/pleroma_ctl migrate +``` + +Then restart. When updating in the future, can just use + +```bash +./bin/pleroma_ctl update --branch develop +``` + +### Old readme follows + ## About @@ -30,7 +63,7 @@ If your platform is not supported, or you just want to be able to edit the sourc - [OpenBSD (fi)](https://docs-develop.pleroma.social/backend/installation/openbsd_fi/) ### OS/Distro packages -Currently Pleroma is not packaged by any OS/Distros, but if you want to package it for one, we can guide you through the process on our [community channels](#community-channels). If you want to change default options in your Pleroma package, please **discuss it with us first**. +Currently Pleroma is packaged for [YunoHost](https://yunohost.org). If you want to package Pleroma for any OS/Distros, we can guide you through the process on our [community channels](#community-channels). If you want to change default options in your Pleroma package, please **discuss it with us first**. ### Docker While we don’t provide docker files, other people have written very good ones. Take a look at or .