An open API service indexing awesome lists of open source software.

https://github.com/ansibleplaybookbundle/etherpad-apb

An APB for deploying Etherpad Lite
https://github.com/ansibleplaybookbundle/etherpad-apb

Last synced: 4 months ago
JSON representation

An APB for deploying Etherpad Lite

Awesome Lists containing this project

README

          

Etherpad-APB
======================

An APB for deploying [etherpad lite](https://github.com/ether/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=" -e "OPENSHIFT_TOKEN=" ansibleplaybookbundle/etherpad-apb provision`
## Tearing down the application
`docker run -e "OPENSHIFT_TARGET=" -e "OPENSHIFT_TOKEN=" ansibleplaybookbundle/etherpad-apb deprovision`