AVGP / cloud9hub

A workspace dashboard for Cloud9
97 stars 47 forks source link

How to setup an app? #6

Closed Tythus closed 10 years ago

Tythus commented 10 years ago

Authorization callback URL (no idea?) Homepage URL (I presumed this would be my domain that points to it?) https://github.com/settings/applications/new also I've never used node.js I'm not even sure how I start this up :P

AVGP commented 10 years ago

Hey Tythus,

sorry for that. The documentation is the biggest pain point of this project until now. I will start extending the docs soon and I'm grateful for inputs like these.

To help you out for the moment:

Be sure to put the Client Secret and the Client ID into your config.js.

To start the application, you can run node server.js on your server and it should start Cloud9hub on http://myserver.com:3105.

I hope that sheds a bit of light onto your question

AVGP commented 10 years ago

Seeing this without activity, I will close it. If you have further questions regarding this or somebody else hits this, please comment here.