Skip to content
Simon Bartlett edited this page Feb 26, 2015 · 7 revisions

Easy deployment

For a fast and easy deployment to Heroku, try this button:

Deploy

Updating

You'll need to clone/pull the latest changes from our GitHub repository, and then force push to Heroku using the following command:

git push git@heroku.com:APP_NAME.git master --force

Manual deployment

We'll be updating this wiki page soon, with Heroku specific instructions.

Important Security Notes

See https://github.com/sdelements/lets-chat/wiki/Authentication#local-authentication for details on changing the default authentication settings. The default settings may be too insecure for your environment.

XMPP

XMPP is not supported on Heroku, due to platform limitations.

Clone this wiki locally