henriquez / chatter-api-sample-public

A sample application for the Chatter REST API
8 stars 2 forks source link

Installation guide needed #5

Closed transcendent closed 12 years ago

transcendent commented 12 years ago

Some brief instructions on installation would be useful. I'm working my way through getting this running locally, and I believe that it requires SSL on the development server plus a few other things. So a consolidated set of instructions would be helpful.

henriquez commented 12 years ago

SSL installation varies depending on where you're installing it and there are many choices. For SSL, here's one way if you're using Apache on a *nix machine:

https://docs.google.com/a/henriquez.net/document/d/1m0FuyRsZamQge8N0H09-HmO-6h9v9YrDhbyK1UhAm-k/edit

For deployment on Heroku, their default SSL works out of the box.

Otherwise its a pretty standard ruby/rails/coffeescript/node project, see those projects for their respective installation instructions.

transcendent commented 12 years ago

Thanks henriquez. That was helpful. For reference to anyone looking for info on how to run this locally: