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
2 answers

registration not working in php

hi i am trying to create a registration page using html and php and the database is mysql. the IDE i am using is cloud9. the code for my form is as follows:

Name

ritika
  • 61
  • 1
  • 10
0
votes
1 answer

Error messege when running 'jekyll build' command on cloud 9

I am a dev student and am having issues with Jekyll. Everytime I run a "jekyll build" command from my cloud 9 terminal I get the following messege: Liquid Exception: Included file '_includes/archive_post.html' not found in source/404.markdown jekyll…
mema82
  • 1
0
votes
1 answer

image not displayed in html5 table on cloud9

i needed to fetch some names and image of vegetable from my database and since saving image from mysql table and then retrieving it on web page is a bad idea, i have the images saved in the images/vegetable folder within the workspace. i am working…
ritika
  • 61
  • 1
  • 10
0
votes
0 answers

CSS and images do not appear until my application makes a database call

I'm hoping this isn't a double-post - I couldn't find my issue in the search, but I imagine it might be asked in several ways. My project involves a PHP5 workspace running the Laravel 4 framework. Quickly, my issue occurs when I access any webpage…
James Binford
  • 2,753
  • 1
  • 14
  • 12
0
votes
2 answers

Mysql table not displayed as html table in cloud 9

hi I am trying to execute the following code on cloud 9 : Test | Products
ritika
  • 61
  • 1
  • 10
0
votes
2 answers

Storing securely passwords for connection to DB in opensource projects

Cloud9 is a cool service. IF you create a workspace that is public it will mean that everyone who knows your project url and have an account at cloud9 can browse and download your code. This means that if my project have, for example, connectivity…
kaytrance
  • 2,657
  • 4
  • 30
  • 49
0
votes
2 answers

Creating a custom Java Runner on C9.ide (step 1 completed)

I have a Java Environment on C9. The Ace editor supports it nicely, but there's no run systems configured for it. I created my own which looks like this, the filename is JavaRunner.run: // Create a custom Cloud9 runner - similar to the Sublime…
Michael Ryan Soileau
  • 1,763
  • 17
  • 28
0
votes
1 answer

Mongo shell can't connect to server

This must be a simple problem, but I've very carefully followed the excellent and simple documentation provided at https://docs.c9.io/setting_up_mongodb.html and read EVERY cloud9-ide tagged question that includes 'MongoDb' - to no avail. I'd…
Cliff Chaney
  • 414
  • 5
  • 13
0
votes
1 answer

Gorilla/Martini sessions not working in Cloud9 IDE environment

I've been experimenting with Go web application development in the Cloud9 IDE environment. So far I've had no success with using Gorilla sessions (which are also the underlying mechanism for sessions in the Martini web framework). However, the…
Steve Perkins
  • 11,520
  • 19
  • 63
  • 95
0
votes
0 answers

Bug somewhere in my ruby syntax but I cannot find it

I am creating a music player that pulls the songs from AWS S3 based on recommendations from the Rcmmndr api. The player is a JavaScript player but uses a ruby back-end to get the songs. Every time I go onto the page that has the player, my servers…
imtuned
  • 57
  • 4
0
votes
2 answers

RVM 1.9.2 install fails on Cloud9 IDE — bash syntax error

I'm trying a classic Ruby install via RVM un Cloud9, but I get a bash error: bash: 1.1G: syntax error: invalid arithmetic operator (error token is ".1G") UPDATE: So I did some digging into the RVM script which does the magic, and it seems this…
0
votes
2 answers

Cloud 9 ide problems

I'm currently using c9.io as a IDE to work with a friend on a project. My problem is that when i attempt to view the project i get an infinite loading loop followed by this. Cloud nine error So yeah. Development cannot really continue until this can…
0
votes
2 answers

Import git repo in cloud9 error https does not accept registry part

I am learning Ruby on rails and wanted to import my git repo to Cloud9 to continue working over there. https://github.com/christoph88/sample_app I imported it. Did a bundle install, rake db:migrate, rake test:prepare and everything seemed to work…
Christoph
  • 1,347
  • 2
  • 19
  • 36
0
votes
1 answer

Assetic SASS compile error

I'm trying to get a Symfony 2 project running on the Cloud9 IDE/VM. I've installed all the required libraries but for some reason Assetic is not able to compile the SASS files. [Assetic\Exception\FilterException] …
wowpatrick
  • 5,082
  • 15
  • 55
  • 86
0
votes
1 answer

Blank page with in Angular app due to Cloud9 c9.live.proxy cookie

I've got a nodejs / angular app that occasionally gives me a blank page when I load it, along with $injector:modulerr errors in the console. If I open my Chrome resources, I can locate and delete the 'c9.live.proxy' cookie, refresh the page, and…
James Gentes
  • 7,528
  • 7
  • 44
  • 64