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
1 answer

How do I address Arel incompatibility with Hartl Rails Tutorial (Ch. 2)?

I'm currently working along with Hartl's Ruby on Rails tutorial (Ch. 2) using Cloud9's IDE. I'm running into an error with Arel::Nodes::BindParam.new that is being caused by yesterday's release of Arel 6.0.0. The issue is that BindParam no longer…
Jake Shorty
  • 717
  • 6
  • 17
0
votes
1 answer

Cloud9 IDE with local SSH Workspace - Terminal Window throws execvp(): no such file or directory

I connected the Cloud9 IDE successfully to my local Ubuntu VM (14.04 LTS Trusty Tahr) and can open the local SSH workspace. When opening the workspace the cloud9 terminal window is flooded with the msg "execvp(3): no such file or directory". What…
Agent_K
  • 815
  • 8
  • 12
0
votes
2 answers

Setup Cloud 9 for Google Compute Engine

I am trying to access Compute Engine from Cloud 9, but I need the HOSTNAME and SSH keys for my server. How do I find them? Cloud nine needs node but has auto detect. Initial Path and Port are optional, but I have no idea what to put.
Cristian Garcia
  • 9,630
  • 6
  • 54
  • 75
0
votes
2 answers

Cloud 9 MySql and MySql Workbench

Just a simple question. Is it possible to use MySql Workbench to connect to a MySql database in a Cloud 9 IDE?
Liam Jay
  • 37
  • 4
  • 10
0
votes
0 answers

Cannot enter json data in cloud9 javascript editor

I'm not able to enter the closing curly bracket of a JSON object in a javascript Cloud9/ACE editor. The editor collapses the entire code until the end of the function. Example: var y = {firstname: 'John', lastname: 'Miller'} If I copy this line from…
Rolf
  • 191
  • 1
  • 4
  • 13
0
votes
1 answer

Cloud9 Visual Studio Keymap

Is there a keymap file for Cloud9 that makes the keybindings Visual-Studio-like? (I know I can create it myself if I don't find one. Also, a Google search did not show any results.)
Andreas Reiff
  • 7,961
  • 10
  • 50
  • 104
0
votes
1 answer

May I connect to embedded mysql using Cloud9 free account?

As I try to connect to MySql using Cloud9 console I get Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'. Is it possible to access MySql DB application for free accounts?
0
votes
1 answer

Cloud9 Python XMLRPC Server 302 redirect

I'm using python and cloud9 trying to setup a simple XMLRPC server. If I run this all on my local host, I have no issues. On the Cloud9 host, I get get a ProtocolError 302 Moved temporarily. Any ideas? The server code is: from SimpleXMLRPCServer…
mikeb
  • 10,578
  • 7
  • 62
  • 120
0
votes
1 answer

Link the open file to file system tree in c9 IDE

In C9 IDE, when I open a file, is it possible to expand the file system tree to that file. I need something similar to "Link with Editor" button of Eclipse.
Afshin Moazami
  • 2,092
  • 5
  • 33
  • 55
0
votes
2 answers

Unable to connect to SSH server with cloud 9

I've got a digital ocean VPS which I'd like to connect to with Cloud 9's code editor. They have a simple form, which I filled out with the fill out with the required information: hostname: xxx.xxx.xx.xx username: stephen nodejs binary path:…
0
votes
1 answer

Cannot access to Django Administration page when using Cloud9 IDe to developed Django App

I am using Cloud9 to develop Django app. I used the command: python manage.py runserver $PORT:$IP to launch the development server, and added https for css and scripts that will be loaded from external sites. Things are going OK, except for the…
lokheart
  • 23,743
  • 39
  • 98
  • 169
0
votes
1 answer

Gitignore cloud9 files

I'm trying to figure out how to make my .gitignore file ignore the .c9 files generated the Cloud9 IDE. Also once I push with the gitignore changes will it automatically remove the .c9 files I have previously there? Or would I have to do it manually?
0
votes
1 answer

Access files stored in Cloud9 from a local machine

I am a cloud9 user, and I'm using it to provide a ready-to-go platform that can be used by other (unexperienced) users. Currently, these users are using an external program (i.e. matlab) to see the results of the computations. This involves a quite…
alecive
  • 177
  • 1
  • 14
0
votes
3 answers

One project with multiple apps?

Is it possible to run multiple rails apps from inside one Cloud9 IDE project? For example, I have the following structure... MyApp (C9 Project) MyApp-API (Rails/Grape) MyApp-Web (Rails) When I run rails server -p $PORT -b $IP via terminal in C9 in…
xspydr
  • 3,030
  • 3
  • 31
  • 49
0
votes
3 answers

getting white screen after executing php code

Hi I am working on a simple php registration. But everytime I am submitting the registration page, i am getting a blank screen, no error, no display. The code in my php file is :
ritika
  • 61
  • 1
  • 10