Cloud9 combines a powerful online code editor with a full Ubuntu workspace in the cloud
Questions tagged [c9.io]
93 questions
0
votes
0 answers
no name "urls" in module django
I am unable to import from the django.urls package in Django 2.1.7
Really would like a solution to this problem. Can anyone help me with this issue?
from django.urls import path
from . import views
urlpatterns = [
path(' ',views.index, name…

tech vanguard
- 864
- 8
- 6
0
votes
1 answer
C9 IDE - Conda command not found
I am trying to install conda on c9-ide. My c9 terminal is running on Ubuntu 14.04.5 LTS.
I did the following:
> wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
> sudo bash Miniconda3-latest-Linux-x86_64.sh
I basically…

Carol.Kar
- 4,581
- 36
- 131
- 264
0
votes
0 answers
Rails4 : SystemStackError: stack level too deep
I intended to deploy my app using Rails to Heroku. But I got this error from the Heroku log file.
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.4.4
-----> Installing dependencies using bundler 1.15.2
…

robin eu
- 39
- 5
0
votes
1 answer
I can't change size of h1 with font-size property in c9.io editor
As I mentioned in title, I'm using c9.io for hosting one of my projects. For some reason, I can't change h1 size with font-size property in CSS. I tried pixels, percents, em etc. but none of them worked. Surprisingly, if I tried using font-szie in…
user9914049
0
votes
0 answers
c9 - rails looks to be running - can't access the app
Can't access my ROR app.
On c9 workspace and I start ROR app and get this output
`Array values in the parameter to
`Gem.paths=` are deprecated.
Please use a String or nil.
An Array ({"GEM_PATH"=>["/usr/local/rvm/gems/ruby-2.3.4",…

user1854802
- 388
- 3
- 14
0
votes
1 answer
How to access Rails 5.2 credentials with Cloud9 C9
I need help with how to access and edit my Rails 5.2 credentials.yml.enc file using Cloud9.
I’ve tried several different commands using the EDITOR=“something --wait” format, but each time I enter rails credentials:edit, I just get this error: “No…

RCarter
- 51
- 1
0
votes
1 answer
Codeanywhere error on script vs C9.io working fine
I migrated my workspace from C9.io to Codeanywhere, and on C9.io my scripts worked fine; my scripts being a python terminal game/app that I've been working on. I have a test script to run the functions I've created so far, and the player.py file for…

The Gaming Hideout
- 574
- 2
- 10
- 26
0
votes
1 answer
CSS Stylesheet Won't Connect to node.js Page on C9 Platform
This should be fairly straightforward but the style from my CSS file is not connecting to my .ejs file.

Ilya Josefson
- 47
- 7
0
votes
1 answer
Deploy rails app on AWS directly from C9 IDE
I got a notification that AWS recently tookover C9 IDE.
I was curious that, have they provided any way to deploy the Rails Project on AWS server through C9? Or anything that links between them which makes the Job easier?

Chetan Datta
- 447
- 9
- 19
0
votes
1 answer
mongod: command not found on aws c9
I have been trying to start the mongoDB server after following all the instructions on the c9 website but nothing seems to work.
This is what I'm getting
ec2-user:~ $ ls
data environment mongod
ec2-user:~ $ ./mongod
./mongod: line 1: mongod:…

Jérémie Negie Diallo
- 111
- 1
- 8
0
votes
1 answer
How to install xhtml2pdf in Cloud9 using python 2.7?
I have tried to install xhtml2pdf for render pdf from html.I have followed the instructions bellow.
Installation
For python2.7:
pip install xhtml2pdf
To obtain the latest experimental version that has Python 3 support, please use a…

Shaon shaonty
- 1,367
- 1
- 11
- 22
0
votes
1 answer
MySQL not running
I am busy creating a website on c9 and all of a sudden it stopped responding. I used service mysql status to check if it running and it says MySQL Stoopped but I didn't do anything to MySQL to make it stop.
I also tried uninstalling and reinstalling…

Mauritz Seymour
- 1
- 1
0
votes
1 answer
How to start a django project on cloud9?
I just created a django workspace in cloud9. It gives me an empty folder with the project name with nothing on it. What commands do I need to type to start a django project and get coding.

jshariar
- 338
- 1
- 4
- 15
0
votes
0 answers
How to place Chromedriver on the path when developing in the cloud? Trying to use Watir in RoR while developing on c9
I'm using a Chrome browser, but the error I'm getting is
"Unable to find chromedriver. Please download the server from http://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH. More info at…

ChrisWilson
- 459
- 1
- 6
- 19
0
votes
1 answer
Use eslint on cloud 9 ide
I have installed eslint correctly, like the following on my cloud 9 (c9) environment:
npm install -g eslint
eslint --init
I would like to actively use eslint with c9 on the one hand to get errors fixed, but on the other hand to point out…

Carol.Kar
- 4,581
- 36
- 131
- 264