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

Unable to run typesafe activator ui in cloud9

I was unable to run typesafe activator in cloud9 : The activator page loads OK but then I get the following error messages : in the browser : "Connection lost; you will need to reload the page or restart Activator. It's also possible that…
0
votes
1 answer

Cloud9: Request not allowed from http://localhost:13339

Some time ago I installed Cloud9 local IDE on my Mac/OSX. After starting the app when trying logging in I get "Request not allowed from localhost:13339"! Is there a solution for this problem or otherwise I would like un-installing the app on my Mac;…
guyd
  • 465
  • 2
  • 7
  • 16
0
votes
1 answer

How to create and open new (N number of ) tabs using node.js (cloud9 IDE)

I am trying to do a choice provider. which will take a (choice) program with n number of choices For example : Lets say wanted to make a coffee have to choices- 1. < light, dark> 2. < with sugar ,…
Panini
  • 91
  • 6
0
votes
1 answer

How to create a cloud9 SSH workspace with dreamhost VPS

I have already installed node.js(v0.10.30) and npm. I'm able to establish a SSH connection between my mac and dreamhost VPS via terminal, but i cant do it in Cloud9. Someone help me, please?
0
votes
2 answers

How do you execute a sql file using mysql-ctl

I am learning how to use mysql with Cloud9, I have a script used to create a default database and tables and loading sample data into the new database. How do I use the mysql-ctl tool to execute a script file? It connects to a database just fine…
JustEngland
  • 1,371
  • 13
  • 30
0
votes
1 answer

Deploy meanjs into cloud9 IDE

I'm starting to develop with the stack meanjs. I'm using Cloud9 as a cloud IDE (I need its team functionalities). I tried previously to install mean in my local machine successfully. My problem arise when I try to install it in my cloud9 workspace.…
acostela
  • 2,597
  • 3
  • 33
  • 50
0
votes
2 answers

Open Play Framework application in Cloud9 IDE browser

My Play Framework (Typesafe Activator) application is running in Cloud9. I notice that in Cloud9's documentation, it says ports are free above 16000 and local applications must be bound to the IP in the variable $IP. I've got my application…
user2864874
  • 829
  • 1
  • 9
  • 21
0
votes
0 answers

cloud9 node.js addon debugging

I'm working on a node.js module which uses native C++ addons. I plan to move my development from vim+nemiver+node-inspector to something more integrated. For that c9 seems to do the job. Is it possible to debug both javascript (with v8) and C++…
Gottox
  • 682
  • 6
  • 15
0
votes
1 answer

Cloud 9 can't retrieve class with simple javascript code?

On my current workspace site, ( run from cloud 9 IDE )I have two very simple blocks of code: HTML Github
Andrew
  • 3,393
  • 4
  • 25
  • 43
0
votes
1 answer

Unicorn: javascript assets ERR_CONTENT_LENGTH_MISMATCH in Rails 3.2.19

I'm using Rails 3.2.19 with Unicorn 4.8.3 in development on Cloud9 and it suddenly stopped to serve well some javascript files (e.g.: jquery/bootstrap). The error in Chrome console for those files is: Failed to load resource…
0
votes
0 answers

Sending email from a BeagleBone Black with Bonescript

What is the most efficient way to send an email from a wi-fi connected BeagleBone Black using the Cloud9 IDE and Bonescript? I can use Node on the BBB to run the following code and send an email using ssmtp, but have not been able to get this to…
Dave Nelson
  • 166
  • 4
0
votes
2 answers

Login Page in PHP and MySQL

I'm using cloud9 server and i connect my DB to this server. I have some PHP code for simple log in, and it isn't working. The connection to DB is on, but is always show me the msg "username and pas is not correct" (getting result==0) This is my…
0
votes
1 answer

Ember.js embedded in Rails doesn't load (any) view

I am trying to embed an Ember app in my Rails view, but I can't get a simple view to load. Relevant part of gemfile: gem "ember-rails" gem 'ember-source' gem 'emblem-rails' application.js: //= require jquery //= require jquery_ujs //= require…
Tails
  • 636
  • 7
  • 16
0
votes
1 answer

Cloud9 IDE to Azure: Deployement Error

Hello I deployed a simple PHP "Hello World" program to Microsoft Azure using Cloud9 IDE.. After successful deployment when I followed the link it says: Server Error 404 - File or directory not found. The resource you are looking for might have been…
PG910
  • 1
  • 1
0
votes
1 answer

Have you got nightmareJS working properley on c9.io IDE

NightmareJS on c9.io is literally a nightmare. i cannot get it to work at all i am going to run through the whole process from start to finish. Step 1 I create a new workspace Hosted Node.js Step 2 Start Editing my new workspace I open Package.json…
user3407899
  • 139
  • 4
  • 16