Top "Cloud9-ide" questions

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

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 …

javascript node.js express cloud9-ide joyent
How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App

I'm setting up a new Vue.JS application using the Vue UI interface. When I start the application using vue …

javascript vue.js configuration cloud9-ide
How can I take console input from a user in node.js?

I tried moving to cloud9 as a full time IDE as it seems to be the best option on my …

javascript node.js cloud9-ide
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? …

cloud9-ide
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 …

javascript syntax-highlighting cloud9-ide ace-editor
Setting up Cloud9 IDE to compile and run Java?

I have tried posting this request in Cloud9's forums, but since it never posts, I am hoping someone here …

java compiler-errors ide cloud9-ide
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 …

git github cloud9-ide
Cloud9 postgres

I am trying to set up a postgres database in a Rails app in Cloud9. I have followed the instructions …

ruby-on-rails postgresql cloud9-ide
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 …

bitbucket cloud9-ide
how to connect MongoDB in Cloud9?

I have a problem with the connection database MongoDB in Cloud9 Please help to resolve this issue! var MongoClient = require("…

node.js mongodb cloud9-ide