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

Rails server ( Spreecommerce - Thin ) does not start

I have troubles starting my rails app within cloud 9 IDE. I know I have to declare the port and Ip as such when starting the server( rails server -b $IP -p $PORT ), also tried declaring a specific port number. thent I ended some processes with kill…
-2
votes
1 answer

In Cloud9 should my HTML and CSS3 files be within my Python project?

Admittedly - I have minimal knowledge of what's going on here. However all I want to do is get this environment up and running so I can start to mess around with developing a single page web app in the C9 IDE. Any help, literally any, will be…
Michael D
  • 1
  • 2
-2
votes
1 answer

Cloud9 IDE - equal symbol in filename

For my CMS, I need to create file with an equal symbol in the filename. For the moment, it is not possible through the IDE, how can I request this feature? Tks Freed
Freedux
  • 11
  • 2
-2
votes
1 answer

How long cloud9 project stays live?

I have created a simple html project on Cloud 9 because i need a free hosting with https support. But suddenly i find that project went offline and i must start it again from dashboard. Does project with 0 visitors per hour went offline or there is…
-3
votes
1 answer

New to Rails and programming

Running rails on windows 10 (finally got it to load up), new to the programming world. Building my 1st web app. Should I be running rails thru an IDE (cloud 9, RubyMine) or some other virtual machine?? Any insight would be appreciated
-3
votes
2 answers

error: expected primary-expression before ‘;’ token

First time in a computer science class. First lab assignment. Wrote exactly what the teacher wrote, yet it wont compile, and neither the teacher or I can figure out why. Please help. Thank you. #include #include using namespace…
-4
votes
1 answer

How do you use bootstrap with Cloud9 IDE?

I'm trying to use bootstrap with Cloud9 IDE but all of the tutorials use standard text editors to access the bootstrap dist files. Any help would be awesome.
Ridic
  • 103
  • 1
  • 7
-5
votes
1 answer

Username can't be blank

So I enter a username, email, and password (+password confirmation) and it once I hit submit, it says: "Username can't be blank" and I clearly entered a username. Here is my user.rb class User < ActiveRecord::Base validates :user_name, presence:…
iiRosie1
  • 162
  • 2
  • 17
-6
votes
2 answers

When I use c9.io ,How can I connect to MySQL

c9.io is a verygood website I have a php zoon , and when I want to connect to MySQL,I don't know password. I have try [space] root ... but,all is wrong. I can open mysql in shell , no password ,my operate return error: error: 'Can't connect to…
Channe
  • 109
  • 1
  • 1
  • 8
1 2 3
74
75