Add note about new database variable in README.md

This commit is contained in:
staticsafe 2017-11-27 12:25:20 -05:00
parent c73e413727
commit f2a01638da
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ An Ansible playbook to install Mastodon
## Instructions for running this playbook
- Copy group_vars/all.sample to group_vars/all and edit it to specify the
database name you wish to use with Mastodon. **The PostgreSQL database role
will drop this database in preparation for Mastodon's database setup so make
sure this is not a database you are currently using**
- Copy roles/mastodon-config/templates/.env.production.sample to
roles/mastodon-config/templates/.env.production, edit with all
relevant details. (SMTP details are probably the only required one,