<$BlogRSDUrl$>

Friday, April 13, 2018

Ug - New Terms of Service when using Yahoo 

Ug - New Terms of Service when using Yahoo


Monday, April 02, 2018

Pleroma OpenBSD 6.2 

Pleroma OpenBSD 6.2

pkg_add elixir
pkg_add postgresql-server postgresql-client postgresql-contrib

run rcctl start postgresql and watch it fail to start.

read the postgresql package readme file to initialize the database.
/usr/local/share/doc/pkg-readmes
then rcctl enable postgresql and rcctl start postgresql

get the pleroma source code.
I used links to get to it and download a 22.6MB tar file. You could also use git.
export LC_CTYPE=en_US.UTF-8

pkg_add git (required by mix deps.get in the pleroma install docs)
pkg_add gmake (required by mix deps.compile unicode_util_compat)

Follow directions (README.md ) on https://git.pleroma.social/pleroma/pleroma

As the _postgresql user run psql -f setup_db.psql -U postgres

Then mix phx.server starts it up.  Don't run as root!

This page is powered by Blogger. Isn't yours?