Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: HOWTO: Install Cloud9 IDE locally

  1. #11
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: HOWTO: Install Cloud9 IDE locally

    Quote Originally Posted by neuromancer2701 View Post
    Is there a setting in Cloud9 that will load the IDE no matter what the browser version is?
    Not that I am aware of.

  2. #12
    Join Date
    Aug 2007
    Location
    idaho
    Beans
    394
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: HOWTO: Install Cloud9 IDE locally

    in installing o3 i am having trouble when it comes to:

    justin@justin-nemumacme:~/cloud9ide/o3$ ./tools/node_modules_build
    The "sys" module is now called "util". It should have a similar interface.
    Checking for program g++ or c++ : /usr/bin/g++
    Checking for program cpp : /usr/bin/cpp
    Checking for program ar : /usr/bin/ar
    Checking for program ranlib : /usr/bin/ranlib
    Checking for g++ : ok
    Checking for node path : not found
    Checking for node prefix : ok /home/justin/cloud9ide

    23:24:59 runner system command -> ['/usr/bin/g++', '-g', '-O3', '-msse2', '-ffast-math', '-fPIC', '-DPIC', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_GNU_SOURCE', '-IRelease/include', '-I../include', '-IRelease/hosts', '-I../hosts', '-IRelease/modules', '-I../modules', '-IRelease/deps', '-I../deps', '-I/home/justin/cloud9ide/include/node', '../hosts/node-o3/sh_node_libs.cc', '-c', '-o', 'Release/hosts/node-o3/sh_node_libs_1.o']
    ../include/cSys_posix.h: In member function ‘virtual void o3::cMessageLoop:ost(const o3:elegate&, o3::iUnk*)’:
    ../include/cSys_posix.h:414:43: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
    [3/3] cxx_link: build/Release/hosts/node-o3/sh_node_1.o build/Release/hosts/node-o3/sh_node_libs_1.o -> build/Release/o3.node

    there is no build/Release/o3.node?

    is there a way to fix it? i am really interested in learning to program so i can make my own media player that will hopefully fix the major issues i have been having with banshee, rhythmbox and songbird.
    If Ubuntu had 31 flavors then we could call it Baskin' Ubuntu.

  3. #13
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: HOWTO: Install Cloud9 IDE locally

    I haven't tested this on Oneiric.

  4. #14
    Join Date
    Jul 2011
    Beans
    1

    Re: HOWTO: Install Cloud9 IDE locally

    when I tried this command: bin/cloud9.sh
    I got an error saying

    support/node-builds-v4/node-linux32: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory


    It would be kind of you if you can help me out here.
    Thanks

  5. #15
    Join Date
    Mar 2012
    Beans
    1

    Re: HOWTO: Install Cloud9 IDE locally

    Hi! thx for the tutorial! There is just one little problem: When I run the
    Code:
    ~/local/node ~/local/cloud9/bin/cloud9.js -w ~/pathtoyourproject
    I get the error:
    Code:
    bash: ~/local/node: Is a directory
    .
    Does anyone know how to fix it?

  6. #16
    Join Date
    Jan 2012
    Beans
    7

    Re: HOWTO: Install Cloud9 IDE locally

    Quote Originally Posted by eruducer View Post
    Hi! thx for the tutorial! There is just one little problem: When I run the
    Code:
    ~/local/node ~/local/cloud9/bin/cloud9.js -w ~/pathtoyourproject
    I get the error:
    Code:
    bash: ~/local/node: Is a directory
    .
    Does anyone know how to fix it?
    Try this:
    Code:
    ~/local/node/node ~/local/cloud9/bin/cloud9.js -w ~/pathtoyourproject
    It worked for me. My guess is the OP must have left this out by mistake.

  7. #17
    Join Date
    Jan 2012
    Beans
    7

    Re: HOWTO: Install Cloud9 IDE locally

    Okay this guide is kind of old now. These directions will only get you version 0.5 because they no longer use the devel branch anymore. This sucks because latest release has nice features like autocompete. So anyway this is how I did it (I think).

    I'm not sure if all these packages are necessary or not but just to make sure I'll include this.
    Code:
    sudo apt-get install -y build-essential g++ curl libssl-dev apache2-utils git libxml2-dev
    You'll want to install nodejs, nodejs-dev and npm from the repositories. I used Synaptic but I guess doing the following command might work. (I'm not certain but it's possible just doing the below command will pull in all of the dependencies you'll need.)
    Code:
    sudo apt-get install -y nodejs nodejs-dev npm
    And last I just installed Cloud9 by doing
    Code:
    git clone git://github.com/ajaxorg/cloud9.git
    cd cloud9/
    bin/cloud9.sh
    Bingo something like the following should pop up in your running browser.


    Edit:
    To Launch cloud9 using your project path do:
    Code:
    ~/cloud9/support/node-builds-v4/node-linux32  ~/cloud9/bin/cloud9.js -w ~/pathtoyourproject
    (I don't have a 64bit system)
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot.jpg 
Views:	1406 
Size:	48.2 KB 
ID:	214666  
    Last edited by Wexlatron; March 21st, 2012 at 12:16 AM. Reason: Added new method used for launching with project path

  8. #18
    Join Date
    May 2010
    Beans
    2

    Re: HOWTO: Install Cloud9 IDE locally

    Everything seems to work OK until I actually type in my.ip.address:3000 into my browser.
    I've tried adding port 3000 to iptables but it doesn't seem to help.
    Does this only work locally?

  9. #19
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: HOWTO: Install Cloud9 IDE locally

    Quote Originally Posted by nailliK View Post
    Everything seems to work OK until I actually type in my.ip.address:3000 into my browser.
    I've tried adding port 3000 to iptables but it doesn't seem to help.
    Does this only work locally?
    I haven't tried this in a long time. The tutorial is now considered outdated and was moved to the corresponding forum.

  10. #20
    Join Date
    May 2010
    Beans
    2

    Re: HOWTO: Install Cloud9 IDE locally

    Quote Originally Posted by lovinglinux View Post
    I haven't tried this in a long time. The tutorial is now considered outdated and was moved to the corresponding forum.
    Thanks for the reply. Could you kindly send a link to the correct forum thread?

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •