sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

is lets-chat work for heroku production deployment? #660

Closed thomasjoyce closed 8 years ago

thomasjoyce commented 8 years ago

hi, just wanted to use this awesome open source chat system on my site and was wondering if all the features will work well with heroku production deployment?

anyone has issue with heroku prod deployment ?

any suggestion what platform besides heroku is ideal for lets-chat to work out of the box and easy to add on to a website? Thanks for any pointers helps ;- )

hhaidar commented 8 years ago

Heroku should work fine, but we highly recommend using docker. I would also suggest tying authentication to something like ldap/kerberos/or one of the other plugins available.

thomasjoyce commented 8 years ago

Hi :- ) thanks for responding. i'm not familiar with docker but will read more about it online. any idea why u like docker specifically for lets-chat to be run on it? thanks for your guidance Houssam :-)

hhaidar commented 8 years ago

@thomasjoyce it runs on any platform and we pay the most attention to it (aside from local deployment on OSX haha).

Just to reiterate, Heroku is fine too!

thomasjoyce commented 8 years ago

hi, good to know :- ) thanks.