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
13
votes
5 answers

Can't get docker running on Cloud9 IDE

I'd like to get Docker running on Cloud9 IDE but am running into problems with permissions. Is there any way to resolve this? $ sudo apt-get install docker Reading package lists... Done Building dependency tree Reading state information...…
fred
  • 1,812
  • 3
  • 37
  • 57
12
votes
3 answers

Web based editor for html, javascript, jquery and css with intellisense?

Is there any Web based editor for html, javascript, jquery and css with intellisense? Sites like jsFiddle are great, but the lack of intellisense makes the whole exercise of editing a rather tedious task.
Deepanjan Nag
  • 901
  • 3
  • 14
  • 26
12
votes
2 answers

The authenticity of host 'bitbucket.org (131.103.20.168)' can't be established

In Cloud9 I do: $ git push -u origin --all The authenticity of host 'bitbucket.org (131.103.20.168)' can't be established. RSA key fingerprint is 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40. Are you sure you want to continue connecting…
Dzjost
  • 173
  • 1
  • 2
  • 7
11
votes
1 answer

chrome hijack escape key for vim mode in cloud9 IDE

Using cloud9 IDE in vim mode, when I press ESC key (trying to change vim modes), somehow, it appears that chrome hijack the ESC key and I lose my focus on the IDE. Is there a way to work around? BTW: cloud9 IDE vim mode works fine in safari…
Haoran Yi
  • 467
  • 2
  • 11
11
votes
3 answers

How to use grunt serve in Cloud9 IDE?

In my Gruntfile.js I have tried to do this: connect: { options: { port: process.env.PORT, hostname: process.env.IP, livereload: 35729 } } I tried to run from Cloud 9 terminal and I get the following: Running "serve" task Running…
forestclown
  • 1,582
  • 4
  • 25
  • 39
10
votes
3 answers

AWS Cloud9 - no space left on device

Each time I start a new environment, after a few weeks of work I get /home/ubuntu/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:433:in `close': No space left on device @ fptr_finalize_flush -…
Yshmarov
  • 3,450
  • 1
  • 22
  • 41
10
votes
4 answers

Rails-tutorial Chapter 1: rails server isn't working on Cloud9

https://www.railstutorial.org/book/beginning#sec-rails_server I have reached this step, and I'm using the cloud9 environment. When I run the server as per Listing 1.7 on that tutorial, however, I get this…
Josh Burson
  • 559
  • 4
  • 17
10
votes
1 answer

Cloud9 git push -> fatal: Authentication failed

In Cloud9 whenever I try and push to a github repository with the terminal I get the following error: fatal: Authentication failed I am using git push origin master to push to the repository. I have my ssh key added in github so that is not the…
Noah Huppert
  • 4,028
  • 6
  • 36
  • 58
9
votes
2 answers

How to push to github from cloud9?

I am trying to push some changes from cloud9 to a github repository but I am hitting a roadblock. I can clone OK with ssh, and everything seems to be OK, I make my changes, save the changes in cloud9 (when I go back the changes are still there),…
JohnIdol
  • 48,899
  • 61
  • 158
  • 242
9
votes
2 answers

Changing the auto-hibernate settings on a AWS Cloud9 EC2 Instance

While setting up the AWS Cloud9 EC2 instance, I selected 30 mins for auto-hibernation. I would like to change this to Never. How do I do that?
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
9
votes
2 answers

Force Django to use HTTPS URLs when reversing

I am running my Django application in Cloud9 for development purposes using the usual ./manage.py runserver. But to the outside world, the app is accessible via a https:// URL. The problem is that when I use the URL reverse function, the URLs that…
Magnus Teekivi
  • 473
  • 1
  • 7
  • 21
9
votes
5 answers

How to keep control over disk-size

I'm using Cloud9 (railstutorial.org) and noticed that the disk space used by my workspace is fastly growing toward the disk quota. Is there a way to clean up the workspace and thereby reduce the disk space used? The workspace is currently 817MB…
Nick
  • 3,496
  • 7
  • 42
  • 96
9
votes
5 answers

How to connect to the process running on 'localhost' that is inside of cloud9 server

I have a Javascript project that I work on in cloud9 IDE online, and I wanted to test my code using testem npm module: npmjs.org/package/testem together with libraries like Mocha or Jasmine. I was following this tutorial on net tuts + I have…
Plyto
  • 741
  • 1
  • 9
  • 18
9
votes
2 answers

Support for cloud9 ide and matplotlib or other graphical tool for python?

The thing preventing me from switching to cloud9 is the lack of support for matplotlib since graphing things are very important to my work. I have tried installing matplotlib but there seems to be some problems with pygtk even though it appears to…
david_adler
  • 9,690
  • 6
  • 57
  • 97
9
votes
2 answers

Install Yeoman on C9.io

Has anyone tried to install Yeoman in the Cloud9 environment? If so how to do it? I get this error on any yeoman command: EACCES, permission denied '/var/lib/stickshift/'
Mandar Limaye
  • 1,900
  • 16
  • 24
1
2
3
74 75