Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 981 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 981 Bytes

sa-etherpad

Build Status

Example of usage (all parameters are optional)

Simple

  roles:
    - {
        role: "sa-etherpad"
      }

Advanced:

  roles:
    - {
        role: "sa-etherpad",

        deploy_user: "etherpad",

        options_create_etherpad_user: true,
        option_nodejs_install_with_nvm: true,

        etherpad_install_dir: /opt/etherpad,

        nvm_version: 0.31.1,
        nodejs_version: "6.9.2",
        option_nodejs_link_globally: false,
        option_integrate_w_bash: false,
        option_integrate_w_zsh: false
      }

Copyright and license

Code licensed under the [BSD 3 clause] (https://opensource.org/licenses/BSD-3-Clause) or the [MIT License] (http://opensource.org/licenses/MIT).

Subscribe for roles updates at [FB] (https://www.facebook.com/SoftAsap/)