Cloud9 IDE is an online development environment for Javascript and Node.js applications as well as HTML, CSS, PHP, Java, Ruby and 23 other languages.
-2
votes
0answers
6 views
Can I access my Cloud9 IDE workspace via FTP/SFTP or SSH?
I'm trying to access my cloud9 workspace with Diet Coda (the iPad app), which allows me to connect to servers via FTP, SFTP, and SSH. Any way I can get into my Cloud9 workspace this way?
0
votes
0answers
40 views
ImportError: No module named MapReduce in Cloud9
I'm using Cloud9 (https://c9.io) and 'm trying to import MapReduce and I'm receiving "ImportError: No module named MapReduce". Someone can help-me to install this library in Cloud9 python environment?
...
1
vote
2answers
43 views
OSX Mountain Lion Cloud 9 install instructions
How can I install cloud9 locally on osx mountain lion?
following the instructions at https://github.com/ajaxorg/cloud9/ did not work.
0
votes
2answers
25 views
How to configure the port of the server (process.env.PORT) in cloud9?
I use cloud9 locally and i would like to be able to configure the port when running my node server (because i am using socket.io on the client side and it's not convenient to have to update the path ...
0
votes
0answers
33 views
PhoneGap project on cloud9 IDE
Hi I tried searching for some kind of step by step tutorial to setup a phonegap project for android/iOS on Cloud IDE... can some one guide or point to a link.
1 - How can I get Android SDK and ADT ...
0
votes
1answer
14 views
HG ignore on Cloud9 IDE
Where and how can I create/edit the .hgignore file within a Cloud9 IDE project?
The project was started by cloning a Mercurial repo. I don't see any mercurial specific files or directories.
0
votes
0answers
20 views
Cloud9 IO disabling keybindings or Cloud9 alternative
I have found Cloud9.io and I'm going to use it for learning people to code in html, css, javascript and php, but there is one problem. We all are czechs and if we want to create {, we press Right-Alt ...
0
votes
0answers
22 views
Hiding certain file extensions in cloud9 (self hosted)
I am hosting cloud9 on my own server, and would like to hide certain file extensions from the explorer view/pane.
I've spent some time trying to figure out how to do it, with no luck. From my ...
0
votes
1answer
40 views
Cloud9 git workspace: how to create?
I'm following Cloud9 tutorial and one of the steps is 'Create git workspace'.
But in my contol panel I see only 'Hosted', 'FTP' and 'SSH'.
What should I do?
-2
votes
1answer
30 views
Database connectivity issue in cloud9 ide [closed]
I'm using Xeround cloud DB. It shows that the database is connected but gives the following error.
database access failed : Can't connect to local MySQL server through
socket ...
1
vote
2answers
108 views
Cloud9: rails server redirecting to OpenShift website
I have a rails app on cloud9.
I try running its server like this: rails server -b $IP -p $PORT
It seems to work:
=> Call with -d to detach ...
0
votes
1answer
48 views
Handlebars precompilation via nodejs fails on Cloud9
I am using handlebars template precompiler for express (https://github.com/diffsky/hbsc) to precompile my templates in nodejs.
It works great when i do it localy but when i try it in cloud9 ide ...
0
votes
1answer
50 views
How can I highlight multiple lines with Ace?
The old method mentioned in similar questions here is the following:
var editor = ace.edit("editor");
var Range = ace.require('ace/range').Range;
editor.setReadOnly(true);
...
1
vote
1answer
129 views
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 ...
1
vote
0answers
35 views
Cloud9 and snmpjs
I am currently trying to get the basic example code working for the node.js library node-snmpjs in the c9.io development environment.
The example code is here: https://github.com/wesolows/node-snmpjs
...
0
votes
2answers
65 views
ExpressJS looks in static directory for views, ignores view directory
According to the ExpressJS application settings documentation, you should be able to set views as the directory for the view engine. I am experiencing what I think may be a bug; instead of looking in ...
0
votes
1answer
136 views
How do I speed up load times for Sencha Touch
I am currently developing a Sencha Touch application using Cloud 9 IDE. I created the app on my local machine and later imported the project to Cloud 9. Everything works fine but an annoyance that ...
0
votes
0answers
117 views
cloud9,rails s, Permission denied - bind(2) (Errno::EACCES)
when i do the opration with the doc of cloud9 https://docs.c9.io/running_a_rails_app.html
finally, i write the code rails s -p 3000 -b 0.0.0.0
then the mistake show:
...
0
votes
1answer
93 views
Meteor and Cloud9: Node symlinkSync not working?
im trying to use c9.io to develop a Meteor app. I want to setup a symlinkSync using:
var require = __meteor_bootstrap__.require;
var fs = require('fs');
fs.symlinkSync('../../../../_storage', ...
1
vote
1answer
56 views
What's the trick for running Jade template in C9 Cloud IDE?
I am trying to run a simple web app with Express (nodejs) in C9 Cloud IDE but happen that when I start the app the IDE treats .jade file as JavaScript, and try to interpret it, giving lots of errors.
...
0
votes
0answers
45 views
What are the challenges associated with coding in Ruby on Rails with Cloud9?
I have been running into problems creating the database after installing rails on my IDE cloud9 terminal. I create the database like so:
stewartalsopx@treebook:~ $ rakefile db:create:all
and I ...
0
votes
0answers
76 views
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 ...
0
votes
1answer
96 views
Running Hello World using Node js Express in cloud 9IDE
I successfully ran hello world in cloud 9 IDE using node JS express framework by replacing
app.listen(3000);
to
app.listen(process.env.PORT);
cloud 9 is asking me to use process.env.IP as the ...
2
votes
1answer
36 views
Cloud9 ide and running unit tests for a Django project
Can anyone tell me how I can run unit tests on a Python/Django project when using Cloud9 IDE?
0
votes
0answers
24 views
Cloud9 Access Uncommitted Code
I have been having an issue with Cloud9 IDE for nearly 2 days (My Workspace won't open with a cannot GET error). I have reported it on Twitter and via the Helpdesk but no answer from C9.
...
0
votes
1answer
170 views
How to set PATH environment variables in Cloude 9 (c9) IDE and/or run npm modules requiring Java
For various reasons (and because of a recent back injury), I needed to get an "ultra-light" laptop. I went with the recently best-selling Samsung Chromebook, and I can actually get quite a lot of real ...
1
vote
0answers
103 views
Ace editor error in setting language mode and theme
I loaded ace via bower, and I can create an editor just fine. However, I can't seem to be able to set the theme and language mode. These are my include lines:
...
0
votes
0answers
95 views
Cloud9 “local” and “cloud” code completion differs.
When I use online version of Cloud9 at c9.io I can see "smart and sexy" contextual completion for Node.js api and other javascript with documentation.
But if I install cloud9 locally from ...
0
votes
0answers
83 views
Symfony framework on Cloud9
Is there a way to setup a Symfony project on Cloud9?
I found some articles on creating Yii projects this way, but nothing on Symfony.
0
votes
1answer
117 views
How do I get docpad server running / generating in Cloud 9 IDE?
When I do the "docpad run" command in the Cloud 9 Terminal it gives me a IP address like:
http://127.9.102.129:8080/
but nothing is there. What do I do?
0
votes
1answer
168 views
Running a HTML/PHP/JS project from GitHub on Cloud9 (c9.io) IDE
I am relatively new to Git and Github in general, however I can see that it's possible with c9 to clone a github repo by supplying the said repo's URL with the following process:
On the dashboard ...
1
vote
1answer
359 views
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("mongodb").MongoClient;
var port = process.env.PORT;
var ip = ...
1
vote
2answers
307 views
How to run grunt jasmine task in Cloud9
I have a simple case, where I need to run grunt jasmine test.
After running
grunt jasmine
i get error response:
Running "jasmine" task ...
-1
votes
1answer
104 views
Implementing an online compiler [closed]
I’m looking to start a new project in order to expose myself to more web programming as well as UNIX.
I had a small term project I completed during my freshmen year that implemented collaborative ...
7
votes
1answer
427 views
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:
<FATAL> EACCES, permission denied '/var/lib/stickshift/' ...
0
votes
0answers
104 views
Octopress on cloud9
I really like how Octopress works but I'm a real ruby ignorant. Since there is a ruby server on cloud9, I figured I could test Octopress there.
Here are the steps I did:
git clone ...
0
votes
0answers
127 views
Cloud9 IDE Workspace Directory Path
I am trying to make a shell script for Cloud9, but I can't find the variable for the root directory path. $PATH and $HOME are both set to unusable directories.
Does Cloud9 have a project workspace ...
2
votes
1answer
128 views
What library is cloud9 gui written in? [closed]
I cannot find any information abut the library, that cloud9 ui is written in.
I have heard that it uses ui.ajax.org, but it looks far better than ui.ajax.org examples. Is it true or is it using ...
2
votes
1answer
167 views
“undeclared variable” warning in Mocha tests in Cloud9
I'm new at node.js and the framework Mocha for unit testing, but I've created a couple of tests in cloud9 IDE just to see how it works. The code looks like this:
var assert = require("assert");
...
1
vote
0answers
142 views
Is there a way to install pygame in the cloud9 IDE? [closed]
I've recently gotten interested in the usefulness and practicality of cloud9, And I want to program a game using Pygame. Can pygame be run and used in the cloud9 IDE? If so, how?
0
votes
0answers
49 views
Developing Dojo apps with cloud9?
lets say you're running serveral Dojo based layers upon Dojo it self and you'd like to debug only the most top layers in cloud9, what needs to be done to archive that ?
Does it make sense to run ...
1
vote
0answers
56 views
How can I run Cloud9 over Https?
How can I run the standalone version of Cloud9 over a secure connection (HTTPS)?
1
vote
1answer
187 views
How do I execute RSpec on Cloud9
every time i try to run rake spec or bundle exec rspec spec i get an Permission denied - bind(2) error.
trace:
/opt/rh/ruby193/root/usr/bin/ruby -S rspec ./spec/requests/user_pages_spec.rb ...
2
votes
3answers
1k views
How to declare ports in Cloud9 using Python
I'm new to using Cloud9 IDE (c9) and so far it looks great, except a few minor things.
I see from the docs that to start up a simple node.js http server, you have to pass in process.env.PORT in place ...
1
vote
1answer
150 views
Can't access to cloud9 remotly
I have installed Cloud 9 IDE on my server, but I can't access to it remotely.
info - socket.io started
Project root is: .
Trying to start your browser in: http://127.0.0.1:3000
Does Cloud 9 work ...
1
vote
1answer
416 views
How do I get Cloud9 out of read-only mode when connecting remotely?
I have Cloud9 IDE installed on Ubuntu 12.04 running on NodeJS 0.8.11. It works just fine if I run it locally (ie localhost:3131).
However, if I try to open it from a remote machine on my own ...
0
votes
0answers
20 views
Searching within the console in Cloud9 IDE
In Cloud9 IDE, is it possible to search for text within the console output box? I've noticed that the CTRL+F shortcut only shows search results within the text that is being edited, and not the ...
0
votes
2answers
143 views
Why does Cloud9 IDE return the error “Script does not exist” when trying to run simple Node.js script?
I am attempting to create a simple Hello World Node.js script using Cloud9 IDE. My code is below and is the atypical 6 lines:
var http = require('http');
http.createServer(function (req, res) {
...
1
vote
0answers
424 views
node js express twitter api login
im a newbie with nodejs, actually i need to do a twitter login with the twitter API, i have been using this example ...
0
votes
1answer
229 views
HTTP authentication in IDE cloud9
Does anyone knows how to setup an authentication of cloud9 IDE. I'd like to have an authentication so that the source codes would not access publicly and it should be logged in before can touch the ...

