Skip to content

Deploying etherpad lite on Heroku

talexand edited this page Sep 21, 2014 · 1 revision

Heroku setup

  1. Register an account at Heroku
  2. Create an app, and add a DB service (optional, you can serve the DB yourself). An example would be ClearDB's Ignite instance, which is a free MySQL service.
  3. Clone the etherpad-lite-heroku repo with the --recursive switch, and follow the instructions on that page to build and deploy it.

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally