Questions tagged [cloud9-ide]

Cloud9 is an open-source, online development environment that combines a live test server with built-in support of several languages.

Cloud9 is an online code editor with a full Ubuntu workspace in the cloud.

Currently, it supports:

  • Apache httpd (PHP, HTML)
  • Node
  • Python
  • Ruby
  • Ruby on Rails
  • Go
  • CoffeeScript
  • Julia
  • Mocha
  • Shell script

It is open source, enabling developers to freely customize their environment according to their preference. Projects on Cloud9 can be public (and open-source) or private for users who pay a monthly fee, and can be run on an Ubuntu server provided with each workspace.

Questions are encouraged regarding Cloud9's support for languages and frameworks, bug reports, feature requests, and development of plugins using the SDK, both using this tag on StackOverflow and on the Cloud9 Community.

GitHub repository for Cloud9 IDE

1119 questions
0
votes
2 answers

Using cloud9 on beaglebone ubuntu

I passionately set forth to try and install cloud9 ide on BeagleBone running Ubuntu. I followed the steps at this blog:http://ubuntuforums.org/showthread.php?t=1813076. However when it came down to installing o3 my build kept failing Build failed: …
user1179510
  • 1,003
  • 1
  • 14
  • 24
0
votes
2 answers

On cloud9, how do you push one config for nodester, another to github

Okay, so wanting to start a little oss project via c9. I'd like to publish one config (private to nodester, containing for example mongolab credentials). I would rather not have this information in the example config that goes to github... how do…
Tracker1
  • 19,103
  • 12
  • 80
  • 106
0
votes
1 answer

clod9 on EC2, accessin problems

js community, I manage to install cloud9 on my amazon EC2 Linux distribution, but Im getting a hard time trying to access it. I start cloud9 like this bin/cloud9.sh -l 0.0.0.0 -p 3131 And it starts Then I access the cloud 9 with the following…
IturPablo
  • 1,572
  • 2
  • 22
  • 35
0
votes
1 answer

node.js libxml can NOT install

Try to use npm install libxml and an error : Failed at the libxml@0.0.5 preinstall script. I see another error above : /usr/bin/ld: cannot find -lxml2 collect2: return code 1 Waf: Leaving directory…
ZigZag
  • 539
  • 1
  • 8
  • 19
0
votes
1 answer

Cloud9 throws error when spawning child process, is there a workaround?

Confirmed by FAQ http://support.cloud9ide.com/entries/20862101-cloud9-throws-an-error-when-i-run-code-that-spawns-a-child-process-why cloud9 does not support spawning child processes in a shared environment. Is there a workaround to this? Or can you…
Patrick Lee Scott
  • 8,217
  • 3
  • 36
  • 42
0
votes
1 answer

running code on BeagleBone using Cloud9 IDE

I am very new to BeagleBone. I have been using Arduino upto now. I plug my BeagleBone into my Linux laptop, and connect BeagleBone to my router. I can open Cloud9 off the board by browsing to 192...:3000. I want to load and run this…
Seeker
  • 1,250
  • 1
  • 16
  • 23
-1
votes
1 answer

AWS cloud9 emacs keybindings

I am using cloud9 on aws cloud and I launch emacs from one of the terminal windows, however the usual key-bindings are not working properly (I guess they are being captured by the cloud9 IDE). Is is possible to have the aws terminal behave like the…
Omar Khan
  • 412
  • 2
  • 12
-1
votes
1 answer

"bundle install fails" an error occurred while instilling nokogiri (1.10.9), and Bundler cannot continue on CS50 IDE running on Cloud9 Ubuntu OS

when I run bundle install this error shows up what is the issue The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32,…
-1
votes
2 answers

Attempting to run C# on cloud9 IDE but receiving errors

I’m new to Cloud9 and I’m facing some issues. I’m attempting to run the C# code on the IDE and am failing to do so, I think I know why but I cant seem to be able to resolve the issue. The picture uploaded below should have everything needed to solve…
Yusuf Yasin
  • 77
  • 2
  • 7
-1
votes
1 answer

I need help using printf to put the result from a method into a table format

I've created a method that takes a time parameter, converts it into seconds, and prints its "fraction" by dividing it by the number of seconds in a day. I need to use printf to make it into a table, but I don't know how to take the fraction the…
newcode
  • 63
  • 5
-1
votes
1 answer

Error running node in cloud9 IDE?

First i got the following error and i couldn't figure yet what is this about: any idea?
user9165309
-1
votes
1 answer

In cloud9 IDE, text in terminal cannot correctly be selected to copy, the position is actually on the left

This is where I choose: Actually, I select this: How to fix this, or it's just a bug?
朱家佑
  • 11
  • 3
-1
votes
1 answer

Why does AWS Cloud9 IDE give an "Unsupported SSL" error when accessing the built-in PHP server on port 8080?

(1) Spun up a brand new Cloud9 IDE (2) Checked out my code, set up config. (3) Ran index.php with the built-in runner "PHP (built-in web server)" Runner output indicates the following: Starting PHP built-in web server, serving…
Ben Birney
  • 888
  • 9
  • 17
-1
votes
1 answer

cloud9 IDE loading data from excel

How would I load data from xlsx (local copy) into cloud9 IDE mysql - ? How would I set the path for the local hard drive, and what else would I need to do ?
kurdt
  • 1
-1
votes
2 answers

Cloud 9 and Flask issue with localhost

I apologize for any misinformation from the title but I'm really not sure what the issue is. I'm creating a demo project that receives a user's name and age from an HTML form. Then, there are two buttons. One adds the information to an sqlite3…
Azhraam
  • 77
  • 1
  • 10