This repository contains Ansible playbook for dabr.ca, a microblogging site powered by Pleroma.
In the event that the administrator of dabr.ca is unable to fulfil their responsibilities, anyone interested can use this repo to step up as a successor. If you want to run your own instance, you may need to do a find-and-replace for hard-coded values such as domain names.
- Have infra set up already.
- Run
ansible-playbook site.yaml
to install and configure Pleroma. - Perform database migration tasks.
- Start Pleroma with
systemctl start pleroma
. - (Optional) Upload static files to customize the look and feel of the site.