summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mastodon.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon.install b/mastodon.install
index bec06b5a178f..1c17b03af73d 100644
--- a/mastodon.install
+++ b/mastodon.install
@@ -6,7 +6,7 @@ Create the Mastodon PostgreSQL user and grant it the ability to create databases
Then, run:
# cd /var/lib/mastodon
# sudo chown mastodon:mastodon -R .
-# sudo -u mastodon RAILS_ENV=production bundle exec rails mastodon:setup
+# sudo -u mastodon RAILS_ENV=production NODE_OPTIONS=--openssl-legacy-provider bundle exec rails mastodon:setup
Finally, enable and start all the required services:
# systemctl enable --now mastodon.target"
}