Instructions on getting the flavour
authorrinpatch <rinpatch@sdf.org>
Wed, 26 Jun 2019 12:24:06 +0000 (15:24 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 26 Jun 2019 12:24:06 +0000 (15:24 +0300)
docs/installation/migrating_from_source_otp_en.md

index add71d6af6813cf3e52d36193396688313e0d9c4..46dc7b53ba700aba059b0740d70ed895975bed61 100644 (file)
@@ -82,10 +82,15 @@ mv ~pleroma/config/prod.secret.exs /etc/pleroma/config.exs
 $EDITOR /etc/pleroma/config.exs
 ```
 ## Installing the release
+Before proceeding, get the flavour from [Detecting flavour](otp_en.html#detecting-flavour) section in OTP installation guide.
 ```sh
 # Delete all files in pleroma user's directory
 rm -r ~pleroma/*
 
+# Set the flavour environment variable to the string you got in Detecting flavour section.
+# For example if the flavour is `arm64-musl` the command will be
+export FLAVOUR="arm64-musl"
+
 # Clone the release build into a temporary directory and unpack it
 su pleroma -s $SHELL -lc "
 curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/master/download?job=$FLAVOUR' -o /tmp/pleroma.zip