1 Deploying etherpad lite on Heroku
talexand edited this page 2014-09-21 01:31:05 -07:00

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.