Comments on How to Install Pleroma Social Network Platform on Ubuntu 20.04
Pleroma is an open-source federated social networking platform, compatible with Mastodon and other ActivityPub platforms. This guide will show you how to create your own Pleroma instance by installing it on an Ubuntu 20.04 based server.
2 Comment(s)
Comments
Thank you very much for this tutorial, you forgot the command to install postgresql
apt-get install postgresql nginx -y
Thank you for the tutorial. I get the error below when I go to set up postgress. Is there a command for setting up rum missing? postgres@localhost:~$ psql -f /tmp/setup_db.psql
CREATE ROLE
CREATE DATABASE
You are now connected to database "pleroma" as user "postgres".
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
psql:/tmp/setup_db.psql:8: ERROR: extension "rum" is not available
DETAIL: Could not open extension control file "/usr/share/postgresql/15/extension/rum.control": No such file or directory.
HINT: The extension must first be installed on the system where PostgreSQL is running.
postgres@localhost:~$