{{ app.headline }}

{{ app.sub_heading }}

{% if app.long_description %}
{{ app.long_description|markdown }}
{% endif %} {% if not app.hide_install %}

Install

From your site

To install this app, login to your site and click on "Installer". Search for {{ app.title }} and click on "Install"

Using Bench

Go to your bench folder and setup the new app

$ bench get-app {{app.name}} {{app.source_link}}
$ bench new-site testsite
$ bench --site testsite install-app {{app.name}}

Login to your site to configure the app.

Detailed Installation Steps

Author

{{ app.publisher }} ({{ app.email }})

{% endif %}