Question about the cloud9 IDE tutorial:

So it took me a bit of troubleshooting to install boto3 Python SDK on the cloud9 IDE and I'd like to ask more experienced devs why what I did to make it work worked.

Module One (amazon.com)

So I create the cloud9 environment.

install boto3 with sudo pip install boto3 (sudo is required for this to work)

and then try to run the "create_table.py" file with python creat_table.py

but I get the error on step "import boto3: no module found"

It ends up working when I run sudo python create_table.py and i read in some stack_overflow that a sudo command will install a module in some different location? I'm just wondering if someone has explanation or advice for noob me about whats this all about, especially since this tutorial didn't work out of the box for me.

EDIT: installing boto3 with python -m pip install boto3 without using sudo solves the problem for me. You can check boto package with: python -m pip show boto3

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Nov 21 2021
🚨︎ report
Cloud9 IDE vs others?

Hey everyone,

I used to do a lot of Rails dev around 2013-2016 using Nitrous IDE, then Cloud9. When Cloud9 was acquired by Amazon, my projects all had about no traffic so I simply packaged up my workspaces and saved copies for if or when I needed to work on a site again.

Well…now is that time! One of those old projects I need to get running again, pretty much as soon as possible. Getting Rails working on the news AWS Cloud9 with my old sites repo has been troublesome for about two weeks, and still I can’t get rails s to work (also I’m pretty rusty and working a full time job separately).

Anyways, is there a different cloud IDE someone may recommend instead, or have any general tips? Is Windows now a more viable Rails platform to dev on? I don’t have a Mac so that’s why I prefer the cloud IDE.

Thanks everyone!

Edit: GitPod.io seems to be pretty great! Like Nitrous, but better!

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Jimstein
πŸ“…︎ May 05 2021
🚨︎ report
If used properly, do cloud-based IDEs (like AWS Cloud9) help reduce latency?

I've been looking at ways to minimize latency. I'm using a WebSockets with Alpaca & polygon.io. Would using cloud based IDEs help improve latency provided the server location is close to Alpaca & polygon.io? For example, would AWS Cloud9 with the region set to us-east-1 (North Virginia, the closet region to polygon.io & Alpaca) be a good idea? And other tips on minimizing latency would be appreciated by this novice algo trader!

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/FatPutin
πŸ“…︎ Jan 02 2021
🚨︎ report
Does anyone here develop on Cloud9 (or perhaps another cloud IDE)?

I've recently thought about trying to use a cloud IDE of some kind for my main development. I like the idea of having my code somewhere I can get to it from basically anything that has an internet connection. My desktop, my laptop, a cheap Chromebook, whatever. No having to deal with setting up an entire development environment on each machine I want to use. I find myself jumping around alot, which originally led to my code having a lot of "moving to other machine" commits in it, and now I just keep all of my active code in OneDrive, which has it's own host of issues.

I like the idea of Cloud9 since it's tied to an EC2 instance, meaning I would have more control of the machine that it's running on than some other cloud based IDEs I've briefly looked at in the past. Though this means there would be a monthly cost, as opposed to VS Code that's free, for example (though I do also pay for IntelliJ ultimate). In theory you could set up a very small EC2 instance for say Rails development, set it up to be the perfect Rails development environment, and then set up a completely different one for NodeJS or something. No Docker containers or anything to deal with.

Other than the obvious downside of not being able to work on your code offline, I can't think of much reason to not use a cloud IDE, especially for web dev. Maybe it wouldn't be ideal for enterprise Java development or something. Anyone else tried it? What did you think?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/TaylorHu
πŸ“…︎ Aug 31 2020
🚨︎ report
doing Hartl's book, but is Cloud9 even a good IDE to use to begin with?

EDIT: apparently there is an old Cloud9 versus the new AWS Cloud9 (someone mentioned AWS acquiring Cloud9). I am using AWS Cloud9.

The book recommends Cloud9, but I am having issues and hitches - hung up on one right now, and I went to the AWS subreddit and saw this:

https://old.reddit.com/r/aws/comments/a1csqq/cloud9_is_a_cool_idea_but_is_terribly_implemented/

I'm on a mac, perhaps its just better to try to setup and develop on my own computer with rails instead of Cloud9. I feel like I'm wasting time.

Note: had a question yesterday here on /r/rails about an issue with Cloud9 not even previewing my application, no response and not sure what to do after the google search and trying a few things.

πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/babbagack
πŸ“…︎ Jul 06 2019
🚨︎ report
Update Redis in AWS Cloud9 IDE

$ sudo yum install redis

*already did this - this gives me:

Package redis-3.2.12-2.el6.x86_64 already installed and latest version

When I run Sidekiq: You are connecting to Redis v3.2.12, Sidekiq requires Redis v4.0.0 or greater

I can't figure out how to get this to update. $ bundle update/install shows Using redis 4.1.3 (as does the gemfile.lock)

I got it to update on heroku by eliminating redis-to-go and adding Heroku Redis add-on - still not right in development though.

*Solved - I ended up restarting my workspace with Ubuntu instead of Amazon Linux - It had redis at Redis server v=4.0.9 which got me what I needed to run in both dev and production.

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/231webdev
πŸ“…︎ Jan 12 2020
🚨︎ report
Cloud9 (web-based IDE) acquired by Amazon c9.io/blog/great-news/
πŸ‘︎ 636
πŸ’¬︎
πŸ‘€︎ u/softmodeling
πŸ“…︎ Jul 14 2016
🚨︎ report
AWS Cloud9 – IDE - Cloud Developer Environments aws.amazon.com/blogs/aws/…
πŸ‘︎ 107
πŸ’¬︎
πŸ‘€︎ u/navcode
πŸ“…︎ Nov 30 2017
🚨︎ report
CodeStar not listing Cloud9 as an IDE option

Hi All,

I just finished watching a presentation on Cloud9 and codestar at https://www.youtube.com/watch?v=OxQUo3kwTEA .

I want to have a play with Cloud9, however when I create a project via Coodestar, Cloud9 is not listed as an IDE option. (as per the video Starting around the 16min mark)

I am in the Sydney region which appears to have Cloud9 available. I can also spin up a Cloud9 environment manually but not using Codestar.

Does anyone have any idea what I am missing??

Thanks

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/_-tk-421-_
πŸ“…︎ Apr 16 2020
🚨︎ report
How to access AWS Cloud9 IDE from VSCode? globaldatanet.com/blog/ho…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/DAKN_HH
πŸ“…︎ Apr 21 2020
🚨︎ report
Is CS50 ide (Cloud9) not working?

Just trying to figure out if the site's down or it's something wrong on my side.

πŸ‘︎ 10
πŸ’¬︎
πŸ“…︎ Nov 27 2018
🚨︎ report
Anyone using Cloud9 as an IDE?

Has anyone attempted configuring Cloud9 for use with Rust? I'd like to use it to throw a little more meat behind the compiler than my laptop provides, but without any language support Cloud9 is not much better than straight vi.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/originalharx
πŸ“…︎ Jun 03 2019
🚨︎ report
Cloud9 apparently discontinued their dota team to launch an... IDE? i.reddituploads.com/c23ab…
πŸ‘︎ 61
πŸ’¬︎
πŸ‘€︎ u/Glycin
πŸ“…︎ Sep 22 2016
🚨︎ report
Amazon launches AWS Cloud9, a browser-based IDE for cloud developers techcrunch.com/2017/11/30…
πŸ‘︎ 75
πŸ’¬︎
πŸ‘€︎ u/MichaelTen
πŸ“…︎ Dec 01 2017
🚨︎ report
Cloud9 web based IDE v3.0 now open source github.com/c9/core/
πŸ‘︎ 75
πŸ’¬︎
πŸ‘€︎ u/apqoo
πŸ“…︎ Feb 14 2015
🚨︎ report
Alternatives Web development IDE – after Cloud9 moved to AWS Cloud9 - Seven days remaining before it's disabled. kevinhq.com/alternatives-…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/ykevin
πŸ“…︎ Jun 23 2019
🚨︎ report
Repl.it as one of Cloud9 IDE alternative kevinhq.com/repl-it-as-on…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/ykevin
πŸ“…︎ Jun 14 2019
🚨︎ report
What are some other free online IDEs like Cloud9 and Codenvy that offer storage space?
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/ninjapotato59
πŸ“…︎ Mar 17 2018
🚨︎ report
free desktop web development environment. preferably equivalent to cloud9 ide.

scenario: a learner can test html, .js etc. on his local environment.

1- what tool can be used?
2- if I just install a wamp server locally and then create and test html+css+.js can I see the results locally in my browser immediately?

(I'm using cloud9 free. it's a perfect tool. but don't let free users use multiple active projects. when I'm using html project can't link it to js. vice versa.)

edit: using windows.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/fastest_noob
πŸ“…︎ Aug 11 2017
🚨︎ report
Set up my weather app in Cloud9 IDE and it worked fine. Then I decided to try to upload to codepen and my own website and now it doesn't function.

Code viewable here: https://codepen.io/gchis66/pen/mwqRON

It should be noted that while it does technically work when launched via cloud9, i have to click "load unsafe scripts" in the url bar for it to function. Any help would be appreciated so that I can move on to the next project.

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/chr0me0
πŸ“…︎ Jul 04 2017
🚨︎ report
Cloud9 IDE add-on v0.4.0 for Hass.io

This release is packed with updates, including the latest Cloud9 IDE and has major improvements around the terminal inside the IDE.

Cloud9 IDE running on Hass.io

Full Changelog

Added

  • Adds ZSH autosuggestions
  • Adds ZSH Syntax Highlighting
  • Set ZSH as the default shell in the IDE terminals

Changed

  • Upgrades base image to v2.0.1
  • Upgrades Cloud9 Core to d8917f3
  • Updates MOTD to match the core SSH add-on
  • Upgrades build-base to 0.5-r1
  • Upgrades g++ to 6.4.0-r8
  • Upgrades libxml2 to 2.9.8-r0
  • Upgrades make to 4.2.1-r2
  • Upgrades openssl-dev to 1.0.2o-r1
  • Upgrades yarn to 1.7.0-r0
  • Upgrades bind-tools to 9.12.1_p2-r0
  • Upgrade mariadb-client to 10.2.15-r0
  • Upgrades mosquitto-clients to 1.4.15-r3
  • Upgrades ncurses to 6.1-r0
  • Upgrades git to 2.18.0-r0
  • Upgrades libxml2 to 2.9.8-r0
  • Upgrades net-tools to 1.60_git20140218-r2
  • Upgrades nginx to 1.14.0-r0
  • Upgrades nmap to 7.70-r1
  • Upgrades nodejs to 9.11.1-r2
  • Upgrades openssh-client to 7.7_p1-r2
  • Upgrades openssl to 1.0.2o-r1
  • Upgrades py2-pip to 10.0.1-r0
  • Upgrades Python to 2.7.15-r0
  • Upgrades sqlite to 3.24.0-r0
  • Upgrades sudo to 1.8.23-r2
  • Upgrades tmux to 2.7-r0
  • Upgrades zip to 3.0-r5
  • Upgrades zsh to 5.5.1-r0

https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810/94?u=frenck

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/frenck_nl
πŸ“…︎ Jul 14 2018
🚨︎ report
Is there a cloud9-like IDE that I can run on my homeserver?

Like probably many people on this subreddit I'm a software engineer by trade. Since my laptop is quite bulky and is mostly used for red team work I'd like a way to keep development to my more portable iPad. I've heard about cloud9 from AWS, which is nice and all, but I'd rather keep it on my home server so I can do it all myself and keep it basically free.

Any suggestions?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Midnight_Rising
πŸ“…︎ May 25 2018
🚨︎ report
Cloud9: Lambda Development in AWS’s cloud-based IDE medium.com/slalom-technol…
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/Kschwirsy
πŸ“…︎ Jan 04 2018
🚨︎ report
Anyone using Cloud9 IDE for Drupal?

I've been toying with it recently and it's pretty great. It seems like it's come a long way on the last year, with vastly improved PHP intelligence and even xdebug out of the box.

The main downsides I've seen so far compared to PHPStorm are:

  • The autocomplete isn't as intelligent as PHPStorm (it's not bad though) and sometimes the pop-up doesn't appear at all, hopefully due to a temporary bug
  • You can't clone someone else's workspace. You can only clone your own. It would be awesome if project ramp up consisted of cloning the tech lead's workspace and you're ready to code.
  • The "jump to function definition" feature seems to just hang for me right now, and it also can't hint what the parameters for a function look like. Those 2 things combined are terrible. Again, hopefully a temporary bug.

Other than that it's great. Anyone else trying it out or have thoughts?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/CritterM72800
πŸ“…︎ Oct 04 2016
🚨︎ report
Does the new Cloud9 IDE include Jupyter notebook ? (Not SageMaker)

I think that would be handy.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/navcode
πŸ“…︎ Dec 02 2017
🚨︎ report
PSET4 smiley.bmp only displays 7px x 7px in cloud9 IDE????

I've been working on resize.c in pset4 for sometime and discovered today that the IDE is not displaying all of the pixels of some of the images I open.

I deleted the pset 4 directory and downloaded again to start with fresh files and found that smiley.bmp only displays 7px x 7px instead of 8px x 8px.

When I download the same file and open it on my computer it displays correctly.

However, small.bmp and large.bmp display correctly in the cloud9 ide.

When resizing small.bmp to test my resize.c program I found the following errors:

6px x 6px only displays 5px x 5px 9px x 9px only displays 8px x 8px 18px x 18px only displays 17px x 17px

3px x 3px only displays correctly 12px x 12px only displays correctly 15px x 15px only displays correctly

I have reported it as a bug on cloud9 and await feedback, but wondered if anyone else had been struggling with the same issue, or, more hopefully, that I'm missing something glaringly obvious!

This is preventing me from moving forward, any help would be uch appreciated.

Many thanks,

Fraser

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/FBaillie
πŸ“…︎ Feb 16 2016
🚨︎ report
How many of you use Cloud9 as a viable IDE for professional web development? What are the various pros and cons?

The question says it all. I'm a freelancer who has just got a project having existing workspace in Cloud9 IDE, and the client wants it to stay that way. I've never used this IDE before, but the web interface seems quite intuitive. I would like to know what are the various pros and cons of using this IDE?

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Aug 17 2015
🚨︎ report
Cloud9 IDE For Salesforce Review

Hi guys,

There's quite a lot of noise around the Cloud9 IDE for Salesforce at the moment.

I decided to give it a try and write up a quick review. Check it out:
http://chrisaldridge.com/ide/cloud9-ide-for-salesforce-review/

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/caldridge1
πŸ“…︎ Jan 18 2016
🚨︎ report
HTML5 moving to the server: Canvas implementation for nodejs (with cool Cloud9 IDE video) ajaxorg.posterous.com/can…
πŸ‘︎ 30
πŸ’¬︎
πŸ‘€︎ u/rikarends
πŸ“…︎ Nov 04 2010
🚨︎ report
Can't save in the Cloud9 IDE

I've searched both on google and here, and noone else seems to have this problem...

I wrote a file "hello.c" and tried to save with ctrl-s. Then I tried running "make hello", but it only told me "no rule to make hello", so the file was actually never saved.

Ok, I guess the ctrl-s shortcut doesn't work, I'll just go to file-sav.. huh... there is no save button there either

Tried searching the "commands" tab to the side... no luck.

Ok... well, I'm somewhat proficient with vim, so I "vim hello.c", type out the program again, try :w and get "file written" back, try "make hello" again, and it works!

To sum up (TL;DR):

The editor has no save command, it doesn't seem to exist.

However, I can edit and save files using Vim. And I can compile and run those files as well. The problem being that vim in the C9 terminal is veery slow and laggy, which is not ideal.

So I'm wondering if anyone has a clue as to where my save button has gone and hid itself?

SOLVED!

/u/yeahiprogram suggested restarting the browser, which added back all the options again (ctrl-s also works fine)

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/weakman54
πŸ“…︎ Jun 05 2016
🚨︎ report
WIP Chrome OS web dev part 2, streamlined installation of any/all of: Golang, Python, NodeJS, git, git web interface, PostgreSQL, PostgreSQL web interface, Cloud9 IDE, Deluge torrent server and web interface, and Dropbox! github.com/benlowry/chrom…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/puzzleboss
πŸ“…︎ Jun 29 2016
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.