This repository has been archived on 2021-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
ethercalc/README.MD

635 B

Ethercalc - Ansible role

This role covers deployment, configuration and software updates of Ethercalc. The role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role. vagrant up

ansible-playbook -b Playbooks/ethercalc.yml

Then you can access etherpad from your computer on http://192.168.33.9:8000

CHANGELOG

  • 15.01.2021 - Clean up / small improvments of the role
    • Removes ethercalc_installed var
    • Use vars in systemd template
  • 09.02.2020 - Add Vagrantfile + Playbooks