AVGP / cloud9hub

A workspace dashboard for Cloud9
97 stars 47 forks source link

Update install.sh #2

Closed calraiden closed 10 years ago

calraiden commented 10 years ago

Change URL address, because old address doesn't work

AVGP commented 10 years ago

Hey there, @calraiden!

Thanks for your contribution, nice catch!

If you encounter any problems or need any assistance, let me know! More than happy to help

Cheers, Martin

calraiden commented 10 years ago

Hi Martin,

I need your help, because I did the recomend steps and didn't work for me.

The steps: curl https://raw2.github.com/AVGP/cloud9hub/master/install.sh | sh

cd cloud9hub/

cp config.js.example config.js

//Create application in the GitHub vi config.js //Put the credencials

cd ../c9/bin

./cloud9.sh -l 0.0.0.0 -w /var/www/cloud9/cloud9hub/workspaces make: Nothing to be done for `worker'. Linux 64 bit connect plugin start Connect server listening at http://0.0.0.0:3131 IDE SERVER PLUGIN: auth IDE SERVER PLUGIN: git IDE SERVER PLUGIN: gittools IDE SERVER PLUGIN: hg IDE SERVER PLUGIN: npm IDE SERVER PLUGIN: filelist IDE SERVER PLUGIN: search IDE SERVER PLUGIN: revisions IDE SERVER PLUGIN: settings IDE SERVER PLUGIN: shell IDE SERVER PLUGIN: state IDE SERVER PLUGIN: watcher IDE SERVER PLUGIN: node-runtime IDE SERVER PLUGIN: npm-runtime IDE SERVER PLUGIN: python-runtime IDE SERVER PLUGIN: apache-runtime IDE SERVER PLUGIN: ruby-runtime IDE SERVER PLUGIN: php-runtime Started '/var/www/cloud9/c9/configs/default'! IDE server initialized. Listening on 0.0.0.0:3131

When I started the aplication, it appears only one workspace, without option to create more workspaces.

Could you help me?

calraiden commented 10 years ago

Hi Martin,

I need your help, because I did the recomend steps and didn't work for me.

The steps:

curl https://raw2.github.com/AVGP/cloud9hub/master/install.sh | sh

cd cloud9hub/

cp config.js.example config.js

//Create application in the GitHub

vi config.js //Put the credencials

cd ../c9/bin

./cloud9.sh -l 0.0.0.0 -w /var/www/cloud9/cloud9hub/workspaces

make: Nothing to be done for `worker'. Linux 64 bit connect plugin start Connect server listening at http://0.0.0.0:3131 IDE SERVER PLUGIN:  auth IDE SERVER PLUGIN:  git IDE SERVER PLUGIN:  gittools IDE SERVER PLUGIN:  hg IDE SERVER PLUGIN:  npm IDE SERVER PLUGIN:  filelist IDE SERVER PLUGIN:  search IDE SERVER PLUGIN:  revisions IDE SERVER PLUGIN:  settings IDE SERVER PLUGIN:  shell IDE SERVER PLUGIN:  state IDE SERVER PLUGIN:  watcher IDE SERVER PLUGIN:  node-runtime IDE SERVER PLUGIN:  npm-runtime IDE SERVER PLUGIN:  python-runtime IDE SERVER PLUGIN:  apache-runtime IDE SERVER PLUGIN:  ruby-runtime IDE SERVER PLUGIN:  php-runtime Started '/var/www/cloud9/c9/configs/default'! IDE server initialized. Listening on 0.0.0.0:3131

When I started the aplication, it appears only one workspace, without option to create more workspaces.

Could you help me?

With best regards, Claudionor

www.calraiden.com.br


From: Martin N. notifications@github.com To: AVGP/cloud9hub cloud9hub@noreply.github.com Cc: calraiden calraiden@yahoo.com.br Sent: Tuesday, February 18, 2014 7:26 PM Subject: Re: [cloud9hub] Update install.sh (#2)

Hey there, @calraiden! Thanks for your contribution, nice catch! If you encounter any problems or need any assistance, let me know! More than happy to help Cheers, Martin — Reply to this email directly or view it on GitHub.

AVGP commented 10 years ago

Hey Claudionor,

I see where the readme lets you down.

You're launching Cloud9 (which only has one project) not Cloud9Hub.

These last two steps:

# cd ../c9/bin
# ./cloud9.sh -l 0.0.0.0 -w /var/www/cloud9/cloud9hub/workspaces

are wrong (my fault; I forgot to explain how to launch Cloud9Hub actually).

From the cloud9hub folder you should launch npm start which should launch Cloud9Hub on Port 3000.

I will add that to the Readme. If that doesn't work, just comment in here - we gonna get it running :)

Welcome to the bleeding edge ;)

calraiden commented 10 years ago

Thank you, now it is working very well. =)