Add requirements to README.md
Also some formatting changes.
This commit is contained in:
parent
9cf0e45052
commit
72aad4357d
15
README.md
15
README.md
|
@ -1,11 +1,20 @@
|
|||
# mastible
|
||||
An Ansible playbook to install Mastodon
|
||||
|
||||
## Requirements
|
||||
|
||||
- Latest stable version of Ansible (this was tested with Ansible 2.4)
|
||||
- Server(s) running Ubuntu 16.04 LTS for hosting Mastodon
|
||||
|
||||
## Instructions for running this playbook
|
||||
|
||||
- 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, the others you can leave be)
|
||||
- Make a hosts file that looks like this (*Make sure that the nodename here is the domain/sub-domain you want for your Mastodon instance, we use it as a variable*):
|
||||
- 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,
|
||||
the others you can leave be)
|
||||
- Make a hosts file that looks like this (**Make sure that the nodename
|
||||
here is the domain/sub-domain you want for your Mastodon instance, we
|
||||
use it as a variable**):
|
||||
|
||||
```
|
||||
[mastodon]
|
||||
|
|
Loading…
Reference in New Issue