leylaso / django-etherpad-lite

Project to provide a django based UI for etherpad lite
33 stars 11 forks source link

django-etherpad-lite + heroku #23

Open mitharris opened 10 years ago

mitharris commented 10 years ago

Do you have django-etherpad-lite hosted on a webserver somewhere?

I've tried to host it on Heroku and I'm having a really hard time getting it up and running.

You can see here: http://tulsa-etherpad.herokuapp.com

After you create a pad using this app you receive a js error that says,

An error occured while loading the pad Uncaught Error: The module at "ep_etherpad-lite/static/js/jquery" does not exist. in http://tulsa-etherpad.herokuapp.com/static/js/require-kernel.js (line 569)

Does anyone have any thoughts on this ?