1.0.1 • Published 8 years ago

etherpad-lite-heroku v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Etherpad Lite on Heroku with Filepicker.io

Forked from https://github.com/brighterplanet/etherpad-lite-heroku and tweaked to use Filepicker.io Forked from https://github.com/Pita/etherpad-lite and tweaked to run on Heroku's Cedar stack.

Installation

$ git clone https://github.com/brighterplanet/etherpad-lite-heroku.git
Cloning into etherpad-lite-heroku...
$ cd etherpad-lite-heroku
$ heroku create my-very-own-etherpad --stack cedar
Creating my-very-own-etherpad... done, stack is cedar
$ heroku addons:add cleardb:ignite
----> Adding cleardb:ignite to my-very-own-etherpad... done, v2 (free)
$ heroku config:add ETHERPAD_KEY=AnythingYouWant
Adding config vars and restarting app... done, v3
$ git push heroku master
Counting objects: 6120, done.
$ heroku ps:scale web=1
Scaling web processes... done, now running 1
$ heroku open
Opening http://my-very-own-etherpad.herokuapp.com/

Configuration

$ heroku config:add ETHERPAD_DEFAULT_TEXT="Hello world"

License

Apache License v2