Skip to content
Snippets Groups Projects
Commit 813aaeb6 authored by Chris Croome's avatar Chris Croome
Browse files

README updated

parent ba2e05e8
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,17 @@ ansible-playbook live2dev.yml -i "${SERVERNAME}," -e "hostname=${SERVERNAME}"
See also [the wiki documentation](https://wiki.coops.tech/wiki/CoTech_WordPress)
and the [GitHub project](https://github.com/cotech/website).
## Discourse
## Discourse Install
To [upgrade Discourse](https://meta.discourse.org/t/how-do-i-manually-update-discourse-and-docker-image-to-latest/23325)
you can use this Playbook:
```bash
export SERVERNAME="community.coops.tech"
ansible-playbook -u root discourse_upgrade.yml -i "${SERVERNAME}," -e "hostname=${SERVERNAME}"
```
## Discourse Install
Ansible Playbooks to install
[Docker](https://store.docker.com/editions/community/docker-ce-server-debian)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment