Questions tagged [cloud9]

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.

342 questions
0
votes
1 answer

Value changed in .json file on server changes back to initial value after some time

I have a small PHP app in Cloud9 and I hosted it at Heroku using the Git terminal of Cloud9. The point of the web app is that there are some configuration values (essentially name value pairs) which an administrator can set in the web app. These…
Solace
  • 8,612
  • 22
  • 95
  • 183
0
votes
1 answer

Can PHP applications hosted on Heroku be edited using Cloud9?

If I push my PHP app from Cloud9 to Heroku, my application will be deployed on Heroku. The question is that in the future, if I have to perform some bug fixing or update etc., will I be able to edit the application hosted/deployed on…
Solace
  • 8,612
  • 22
  • 95
  • 183
0
votes
1 answer

CSS file appears as rubbish

I've been using Cloud 9 (ace-editor) for a while, and recently we made an local server-cache solution that allow us to store local cachefiles of previewfiles from cloud9. When I include a file directly from preview.c9, it works! But when I run the…
0
votes
1 answer

integrating authentication to my app using Auth0 and node.js

i'm developing application on cloud9 enviroment. using: node 4.43 express 4.13.4 i have integrated my Demo Auth0 account into my on-dev application. i am able to login (being redirected to the first page of my app), but when i'm printing…
LiranC
  • 2,400
  • 1
  • 27
  • 55
0
votes
1 answer

Cloud 9 Trouble getting on to the rails server

gemfile here I'm new to coding and having trouble connecting to the rails server on cloud 9. I keep getting this error message, How do I resolve this issue? ] !] There was an error parsing Gemfile: Undefined local variable or method `resource' for…
jalesi02
  • 11
  • 1
0
votes
1 answer

can't run both phpmyadmin and rails server on cloud9

I am working on a rails project on cloud9 and I followed this tutorial to install PhPmyadmin. The problem is that I can't run at the same time a rails server and a php my admin server since they both seem to use the same Port. To launch my rails…
sweeeeeet
  • 1,769
  • 4
  • 26
  • 50
0
votes
1 answer

Cloud9, GitHub and Heroku (The page you were looking for doesn't exist.)

I'm new to Ruby on Rails. I'm usin: / Cloud9 to make the ROR application / GitHub to store the files and update them / Hiroku for the production as a free service When I run the application on Cloud9, it works…
bbparis
  • 127
  • 5
0
votes
0 answers

Grunt serve stopped working on Cloud9 IDE

I have a workspace that used to work (yestarday). I configured it according this post, + changed hostname to be 0.0.0.0: connect: { options: { port: 8080, // Change this to '0.0.0.0' to access the server from outside. …
Yaniv Efraim
  • 6,633
  • 7
  • 53
  • 96
-1
votes
1 answer

Trigger AWS Cloud9 to run when file is uploaded to a S3 Bucket

I have a .py file with code in a AWS Cloud9 environment. I want to run this code when a file is uploaded to a specific S3 Bucket. But, it seems that I only can have triggers with AWS Lambda functions. I don't know how to add triggers to the AWS…
U13-Forward
  • 69,221
  • 14
  • 89
  • 114
-1
votes
2 answers

Attempting to run C# on cloud9 IDE but receiving errors

I’m new to Cloud9 and I’m facing some issues. I’m attempting to run the C# code on the IDE and am failing to do so, I think I know why but I cant seem to be able to resolve the issue. The picture uploaded below should have everything needed to solve…
Yusuf Yasin
  • 77
  • 2
  • 7
-1
votes
1 answer

Rails 5 flash message not working with redirect_to

# users_controller.rb def create @user = User.new(name: params[:name], email: params[:email], password: params[:password], password_confirmation: params[:password_confirmation]) if @user.save # successfully saved …
Mr. Kidney
  • 43
  • 5
-1
votes
1 answer

ReferenceError: requre is not defined

I am using express and I have installed it using command npm install express but the require error is occurring every time I try to start my file. Please help, and thank you in advance. Error occurs in this function: (function (exports, require,…
-1
votes
1 answer

how to create a mysql website where each user has their own private info that they can insert change edit delete

I'm relatively new to mysql and I'm having trouble creating a website where a user registers and has access only to their private information. So far I have created a login/registration page that's linked to my mysql database using php and it works…
-1
votes
1 answer

Error running node in cloud9 IDE?

First i got the following error and i couldn't figure yet what is this about: any idea?
user9165309
-1
votes
2 answers

Two tables. One contains the school info and the other personal. A quire that picks students who are from CA and like either skateboard or soccer.

What currently happens is it just selects students from CA and students who like to skateboard. I need it to return only students who are both from CA and play soccer.
Nick
  • 27
  • 1
1 2 3
22
23