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

In cloud9 IDE, text in terminal cannot correctly be selected to copy, the position is actually on the left

This is where I choose: Actually, I select this: How to fix this, or it's just a bug?
朱家佑
  • 11
  • 3
-1
votes
1 answer

using gulp on cloud 9

I am currently going through a course on udemy with cloud 9 and so far things have been smooth. However gulp doesn't seem to work. Gulp watch doesn't work which I've been ignoring so far but now I'm at a point where I can't really continue without…
Dan
  • 37
  • 1
  • 4
-1
votes
1 answer

python3 django manage.py runserver error

I have a project in AWS cloud9. I tried to login via LinkedIn or Facebook, I use django. When I run the command: python manage.py runserver 0.0.0.0:8080 I get Traceback (most recent call last): File "manage.py", line 10,…
-1
votes
1 answer

mongodb is not starting after unexpected crash

​This what I am doing to solve the problem Please have look in it and tell me what is going wrong. I removed mongod.lock file then cd back and run ./mongod but still not working. oxmat:~ $ cd data oxmat:~/data $ ls local/ local.0 local.ns …
-1
votes
2 answers

Why do i get this error (NoMethodError)

I am having a problem with my ruby on rails cloud 9 code while my task is to create an article from the UI and save it to the database when I hit submit. This is my image of my problem: This is my cloud 9…
-1
votes
1 answer

node js TypeError: Cannot read property 'get' of undefined using cloud9 IDE

I am using a the cloud9 ide and getting an error as described in the title. The file structure looks like this client/ views/ -index.ejs routes/ -index.js -server.js server.js file var path = require('path'); var async =…
crod
  • 235
  • 3
  • 5
  • 12
-1
votes
1 answer

Rails-tutorial: cloud9 server not running

I am going through the rails tutorial. I am on chapter 1, section 1.3.2. https://www.railstutorial.org/book/beginning#sec-the_hello_application After I ran the command rails server -b $IP -p $PORT I see the following: => Booting Puma => Rails…
helpmeplz
  • 151
  • 1
  • 3
  • 11
-1
votes
1 answer

Can't call method from other script

Here a screen of my code and error messages I get Uninitialized constant CLASS (NameError) I am using Cloud9, Ruby, Rails server. I created two simple test scripts. test.rb and parent.rb parent.rb has a method 'yes' which displays the word…
TSteff
  • 31
  • 2
-2
votes
2 answers

AWS CLOUD9: How can I automate a task to be run on daily basis?

I've created a python script that grabs information from an API and sends it in an email. I'd like to automate this process so to run on daily basis let's say at 9AM. The servers must be asleep when they will not be running this automation. What is…
digoprt
  • 11
  • 2
-2
votes
1 answer

referring correctly to files

I have a problem referring to the right files in c9: I want to refer to a picture. this is my code so far: .... See my folder structure jquery This is my code so far:
Behar
  • 239
  • 1
  • 6
  • 15
-2
votes
1 answer

Changing text with one click

I'm building a website with Html and Css. When you click on the link to the website, a black background meets you with some white text appears. (Let's just say, "Hello! Click to get started!") Then when you click it, an image fades in and some new…
1 2 3
22
23