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

1104 questions
67
votes
3 answers

Verify if my node.js instance is dev or production

Right now, whenever I want to deploy a node.js server to my production server, I need to change all the IP/DNS/username/password for my various connection to my databases and external APIs. This process is annoying, is there a way to verify if the…
guiomie
  • 4,600
  • 5
  • 34
  • 65
36
votes
6 answers

Cloud-9: How to open a file in the c9-editor from c9-terminal

Is there a way to open a file not from the workspace tree view but from the c9-terminal tab? Background: c9 doesn´t allow me to set the workspace path to / for a user who doesn´t have write access there. But I´d like have a look around and change…
perelin
  • 1,185
  • 1
  • 15
  • 25
25
votes
3 answers

Update node.js version inside Cloud 9 IDE

My Cloud 9 workspace is running with Node.Js 0.10. How can I update it to the latest version of Node.Js (today is 0.12.4)? I'm trying to install Node.Js using apt-get but I will always get 0.10 version. UPDATE: Latest version of Cloud 9 workspaces…
Davide Icardi
  • 10,707
  • 7
  • 51
  • 67
18
votes
5 answers

How can I push changes directly from Cloud9 IDE to Heroku?

I'm a (non-technical) intern at a place where I can't use my normal laptop, and I have a lot of free time. I'm learning how to program, and I'd like to be able to use a completely cloud-based development environment, because I can't install anything…
Nathan Bashaw
  • 553
  • 1
  • 5
  • 11
17
votes
2 answers

Show hidden files in cloud9.io

I am developing a node.js application with cloud9 online IDE. I need to edit the .gitignore file, but I can not see it because it is a hidden file. Does anybody knows how to show hidden files in the cloud9 file tree?
17
votes
6 answers

Does Cloud 9 support .Net for build or deploy or debug?

I really want to know is Cloud 9(https://c9.io/) support .Net(C#)? My target is using .Net 4.0 + MVC 3.0 for my project. There are "Run With" future for "New Runner", is that can make Cloud 9 support .Net?
Roy
  • 235
  • 3
  • 9
16
votes
5 answers

How can I highlight code with ACE editor?

I'd like to syntax highlight more than a dozen small snippets of code and then make them editable with ACE Editor by clicking on them, since I think it would be much faster than setting up the full editor for each. I see there's a simple command for…
Benjamin Atkin
  • 12,578
  • 7
  • 53
  • 55
16
votes
7 answers

Cloud9 postgres

I am trying to set up a postgres database in a Rails app in Cloud9. I have followed the instructions here: https://docs.c9.io/setting_up_postgresql.html and set up a database called cc_database. My database.yml file looks like this: development: …
jonny_FIVE
  • 457
  • 1
  • 4
  • 12
15
votes
1 answer

can't firebase login in Cloud 9

Installed firebase-tools in Cloud 9. To set it up, tried firebase login but can't get the auth for the cli. After clicking on the authentication link that's provided, the redirect url looks for the localhost which obviously can't be reached. Answer…
14
votes
1 answer

Any tutorials for Node.js using Cloud 9?

I am looking everywhere hoping to find a tutorial that shows me how to use Cloud 9 to build Node.js apps. Anyone know of any good resources?
mithun_daa
  • 4,046
  • 4
  • 33
  • 48
14
votes
5 answers

Could not execute Node.js Cloud9

I am trying to use Cloud9 IDE on a server. I added the SSH key and once I try to SSH into the server the error message Could not execute node.js on root@xxx.xxx.xxx.xxx appears. I have nodejs installed on the server, v0.10.25
William Bing Hua
  • 1,699
  • 2
  • 22
  • 32
14
votes
4 answers

Cloud 9 (c9.io) terminal will not allow me to enter text

I am very new to this, and my c9 terminal seems to be frozen. The cursor is blinking, but when I try to enter text, nothing shows up. I have tried exiting my workspace and reloading and it still will not work.
user3471118
  • 141
  • 1
  • 1
  • 3
13
votes
5 answers

Database support on Cloud 9

Does Cloud 9 support any databases? Can my app talk to a database? MongoDB, Sqlite... anything? If so, how do i set it up? I am willing to work with any database. I just want to persist some of my info into a database.
mithun_daa
  • 4,046
  • 4
  • 33
  • 48
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,666
  • 1
  • 33
  • 51
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
  • 883
  • 3
  • 14
  • 25
1
2 3
73 74