ansibleplaybookbundle / etherpad-apb

An APB for deploying Etherpad Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etherpad-APB

An APB for deploying etherpad lite.
Adapted from https://github.com/yatesr/playbook-etherpad

What it does

  • Installs nodejs, mysql-server, nginx, etherpad-lite.
  • Deploys etherpad application to Openshift

Requirements

  • Must have docker installed and parameters to authenticate against OCP cluster

Running the application

docker run -e "OPENSHIFT_TARGET=<openshift_target>" -e "OPENSHIFT_TOKEN=<token>" ansibleplaybookbundle/etherpad-apb provision

Tearing down the application

docker run -e "OPENSHIFT_TARGET=<openshift_target>" -e "OPENSHIFT_TOKEN=<token>" ansibleplaybookbundle/etherpad-apb deprovision

About

An APB for deploying Etherpad Lite


Languages

Language:Dockerfile 100.0%