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

How do I pull your last commit from GitHub to C9?

So, I kind of messed up and went and deleted all my files on C9. I haven't saved anything yet, so I'd like to pull my last commit into my C9. I read somethings that said I should download the zip file of the commit, but I don't really know what to…
Jin Tak
  • 11
  • 1
-1
votes
1 answer

node js TypeError: Cannot read property 'get' of undefined using cloud9 IDE

I am using a the cloud9 ide and getting an error as described in the title. The file structure looks like this client/ views/ -index.ejs routes/ -index.js -server.js server.js file var path = require('path'); var async =…
crod
  • 235
  • 3
  • 5
  • 12
-1
votes
1 answer

node js server random crash

I have a node js server runing on digitalocean. The server crashes without any reason I can catch, at random times. This is the error it gives me: bash: line 1: 22671 Killed bash -l -c '"node" "--nocrankshaft" "--nolazy" `node…
Muffasa
  • 218
  • 4
  • 12
-1
votes
1 answer

Rubyonrails cloud9 to bitbucket to heroku update

How do I edit my web page using cloud9 bitbucket after it is launched on heroku? I have already saved changes on cloud9 and posted a git commit and am in bitbucket. Do i create a new repository? or how to add to the existing one? Could someone…
-1
votes
1 answer

Object # has no method 'findUser'
I working through the Lynda.com course on the MEAN stack and this error keeps occurring. I'm not real sure where to look. I have already scoured through numerous Google pages looking for anything that may give me a clue This is where I call…
-1
votes
1 answer

Ruby on Rails - Rake error - NameError: undefined local variable or method `rake' for main:Object

I am new to Ruby on Rails and have created an new environment and my first migration. The migration looks like this: ========================================================================= class CreateUsers < ActiveRecord::Migration def up …
aboatwri
  • 11
  • 1
  • 3
-1
votes
1 answer

Fortran syntax highlight

Where can I activate or use, into c9.io IDE, the Fortran syntax file highlight? with vim O got it, but I like to use the same way the syntax into de ACE editor (is it the default editor?)
Hans Zimermann
  • 330
  • 2
  • 11
-1
votes
1 answer

Why can't I run a Python project in C9IDE anymore?

When I create a new Python/Django project and then create a new file called test.py, I am unable to run test.py. If I try to run my project it just runs a Django server and starts asking me to create a super user. Mere minutes ago I was able to run…
David Bandel
  • 252
  • 3
  • 19
-1
votes
1 answer

How it made Cloud9 IDE? I would like to know

I would like to know, How it's really made cloud9 IDE?, is programmed in C or Assembler language? If anyone knows anything, tell me! Thank you
dieh1984
  • 53
  • 8
-1
votes
1 answer

How do I connect to my database in cloud 9?

So I set up the database and a table within it, but I'm continuously getting the same error. HERE'S the error Is there any way to check if I made a password for this? I know that the default is to leave it blank so I'm not sure if maybe I made one…
Anthony726
  • 75
  • 2
  • 4
  • 10
-2
votes
2 answers

AWS CLOUD9: How can I automate a task to be run on daily basis?

I've created a python script that grabs information from an API and sends it in an email. I'd like to automate this process so to run on daily basis let's say at 9AM. The servers must be asleep when they will not be running this automation. What is…
digoprt
  • 11
  • 2
-2
votes
1 answer

Is there any offline alternative to cloud9?

I am learning web development using online course. And when the backend development started, i was asked to create an account on cloud9 but cloud9 stopped signups. So is there any offline alternative to cloud9? I am using windows 10. In further…
shreekar
  • 1
  • 1
-2
votes
1 answer

Can c9 workspace be used to run a website?

I have an application that I created using the hugely popular and cool c9.io workspace. c9.io workspaces go into idle mode when you haven't accessed them for sometime. This means the website that you published will no longer be running once it goes…
boogi88
  • 21
  • 2
-2
votes
1 answer

Install xampp package in cloud9-ide

Can we install xampp package in cloud9-ide ?
bc247
  • 17
  • 1
  • 1
  • 6
-2
votes
1 answer

Google Chrome error help CSS error

I have been getting an error from Google chrome saying : Failed to load resource: the server responded with a status 404 error. I linked the path to the correct folder in cloud 9 project, but there is another project with the same format as my…
Ayub Ali
  • 45
  • 9
1 2 3
74
75