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.gitCloning into etherpad-lite-heroku...$ cd etherpad-lite-heroku$ heroku create my-very-own-etherpad --stack cedarCreating 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=AnythingYouWantAdding config vars and restarting app... done, v3$ git push heroku masterCounting objects: 6120, done.$ heroku ps:scale web=1Scaling web processes... done, now running 1$ heroku openOpening http://my-very-own-etherpad.herokuapp.com/
Configuration
$ heroku config:add ETHERPAD_DEFAULT_TEXT="Hello world"