From 86b22bcca9cadc71e1044776a3a579ce078ed728 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Thu, 23 Aug 2018 23:36:02 -0400 Subject: [PATCH] LOCAL_DOMAIN is in the group_vars/all.sample file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b935032..d7edfb4 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ 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 + 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 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 (LOCAL_DOMAIN value is mandatory, it is your instance domain/sub-domain.) + relevant details. - Make a hosts file that looks like this: ```