1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-25 00:48:20 -05:00
peertube.social/README.md

17 lines
536 B
Markdown
Raw Normal View History

2019-04-10 15:43:16 -04:00
# Peertube setup with Ansible and Docker-Compose
## Setup
Copy `inventory.example` to `inventory`, and configure the hosts you want to work with.
2019-04-10 15:43:16 -04:00
2019-04-18 09:16:35 -04:00
Install Python and Ansible:
2019-04-10 15:43:16 -04:00
2019-04-18 09:16:35 -04:00
apt install python
2019-04-10 15:43:16 -04:00
pip2 install ansible
Run the playbook:
ansible-playbook --become peertube.yml
2019-04-18 09:16:35 -04:00
Note: If you run this on an existing server, make sure the file `passwords/*your-server*/postgres` exists and contains the correct password. Otherwise Ansible will change the password in Peertube, and it won't be able to connect to the database.