Cloud9 is a cloud-based development environment that combines an online code editor with a full Ubuntu workspace. Supports more than 40 languages including PHP, Ruby, Python, JavaScript, Go.
Questions tagged [cloud9]
342 questions
0
votes
1 answer
Accessing an Audio File From a Different Folder
I am doing a project for my computer science class in which I am adding audio into my website. I am doing this in cloud 9. And I have a folder of different songs on a different folder. I need to be able to access the song from the higher folder.…

Serkan Senyuz
- 67
- 1
- 9
0
votes
1 answer
Can't access Cloud9 on port 8081 on Google cloud
I can't access Cloud9 on port 8081 running on Google cloud platform.
I am sure the application is running on that port and applications on the same machine on other ports (e.g. http://xxx.xxx.xxx.xxx:3000) are accessible correctly, so this doesn't…

Peter G.
- 7,816
- 20
- 80
- 154
0
votes
1 answer
No gravatar is showing for the user
I am doing the exersizes of https://www.railstutorial.org/book.
I am facing an issue in Chapter 7 at 7.1.4 "A gravatar image and a sidebar" section.
Even I have made the appropriate code changes, no gravatar is showing on…

zoe vas
- 281
- 9
- 25
0
votes
2 answers
Jquery Animation cloud9 carousel add active class
Here I'm using http://specious.github.io/cloud9carousel/ slider,
I would like to add active class when image rotate on front of side.

Mitul Patel
- 154
- 1
- 10
0
votes
1 answer
Sqlite3/Node syntax error on Cloud9
I'm getting a syntax error running sqlite3 in my node project. If it matters, I'm running it in a Cloud9 workstation. My code's pretty simple, I think.
var fs = require('fs');
var fileGens = 'generators.db';
var existsGens =…

Parker Harris Emerson
- 175
- 1
- 1
- 10
0
votes
1 answer
How can I install opencv for Python on Cloud9?
I've been wanting to work more with images, and opencv sounds like a great resource, but I can't figure out how to get it up and running in Python on Cloud9.
I've tried using the terminal commands:
[compiler] sudo apt-get install…

Pro Q
- 4,391
- 4
- 43
- 92
0
votes
1 answer
Running Maven inside a Cloud9 Docker container
I am figuring out how to run Maven inside a Cloud9 workspace's console inside a Docker container running on Docker VM on a Mac.
The problem is that the apt-get command is not able to resolve any of the packages that it normally would, as the Docker…

Peter G.
- 7,816
- 20
- 80
- 154
0
votes
1 answer
Jquery AJAX yields different result depending on GET or POST
Thanks for taking your time to help me out.
The situation:
I'm having some trouble getting some data by AJAX using jQuery on Cloud9 (http://c9.io). All files are in the same directory.
Here are the codes:
PHP (connection.php):

J.Ko
- 964
- 12
- 26
0
votes
1 answer
Simplest nodejs app on cloud9 error
I tried to launch a simplest app, described here: https://community.c9.io/t/writing-a-node-js-app/1731
The single file (server-cloud9.js) I try to launch contains the following code:
var http = require('http');
http.createServer(function (req, res)…

srgg6701
- 1,878
- 6
- 23
- 37
0
votes
1 answer
TCP socket programming in c where server is running in cloud9 and client in local machine
I'm totally new to socket programming so kindly please bear with me.I'll trying to connect to tcp server which is running in cloud9 from local machine.Is it possible to connect?,if yes how?
Server.c
#include
#include …

Chaturasan
- 23
- 5
0
votes
0 answers
Getting started with Angular2: Custom tags are not recognized and not processed
I'm trying to setup angular2, but my custom html tags are not processed.
I wonder how to get things running... quite a bit confusing.
I provide some code, so you guys can see!
app/main.ts
import { bootstrap } from 'angular2/platform/browser';
import…
user7086119
0
votes
1 answer
Getting EADDRINUSE error when starting PUMA on Cloud9 IDE
I currently get this error when starting my dev server on Cloud9:
`trimakas:~/workspace (master) $ rails s -p $PORT -b $IP
=> Booting Puma
=> Rails 4.2.3 application starting in development on http://0.0.0.0:8080
=> Run `rails server -h` for more…

ToddT
- 3,084
- 4
- 39
- 83
0
votes
0 answers
Exception in report with Laravel 5.2 and JasperReports
I'm getting this error from Laravel 5.2 with JasperReports in cloud9
Exception in JasperPHP.php line 178: Your report has an error and couldn't be processed! Try to output the command using the function `output();` and run it manually in the…

priscila
- 1
- 3
0
votes
2 answers
Why I can't subscribe to the Facebook webhook with Cloud9 link?
I have a node.js code which I run on cloud9 for development and I want to subscribe my "test" Facebook page messenger to that link in order to use it for testing\sandboxing.
But when I try to subscribe the webhook to the Cloud9 link my app is…

GeekSince1982
- 732
- 10
- 25
0
votes
1 answer
If an app is deployed to Heroku from Cloud9, does every change made in a file in the app needs to be pushed to Heroku manually?
My PHP app is stored in Cloud9 and I deployed it to Heroku from Cloud9 Git terminal.
Now there is a .json file in the app files, has a value stored, which comes from a value entered by the user in a TextField in the User Interface of the app.
The…

Solace
- 8,612
- 22
- 95
- 183