LOCAL_DOMAIN is in the group_vars/all.sample file

This commit is contained in:
Sadiq Saif 2018-08-23 23:36:02 -04:00 committed by GitHub
parent 52919dfe79
commit 86b22bcca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ An Ansible playbook to install Mastodon
## Instructions for running this playbook ## Instructions for running this playbook
- Copy group_vars/all.sample to group_vars/all and edit it to specify the - 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 database name you wish to use with Mastodon. LOCAL_DOMAIN value is mandatory, it is your instance domain/sub-domain. **The PostgreSQL database role
will drop this database in preparation for Mastodon's database setup so make will drop this database in preparation for Mastodon's database setup so make
sure this is not a database you are currently using** sure this is not a database you are currently using**
- Copy roles/mastodon-config/templates/.env.production.sample to - Copy roles/mastodon-config/templates/.env.production.sample to
roles/mastodon-config/templates/.env.production, edit with all roles/mastodon-config/templates/.env.production, edit with all
relevant details (LOCAL_DOMAIN value is mandatory, it is your instance domain/sub-domain.) relevant details.
- Make a hosts file that looks like this: - Make a hosts file that looks like this:
``` ```