Hacker News new | ask | show | jobs
by Naac 3126 days ago
For those looking for a similar, but open source equivalent cloud based IDE, Eclipse Che[0] looks really promising.

[0] https://www.eclipse.org/che/

1 comments

It's come a long way. I was aware of Codenvy years ago and recently became aware that they seem to have joined the Eclipse Che effort.

The main thing missing from Che, for me, was a lot of nice, easy plugins to deploy to cloud services. You can run your app in the container very easily, but it would be nice to be able to push to, say, Heroku right from the IDE.

Apparently Red Hat have acquired Codenvy now, so it will be interesting to see if they add some integration for OpenShift (their own repackaged Kubernetes).

I'm the project lead for Che and can confirm that Red Hat will be contributing changes that will allow Che to run on OpenShift, but it will also roll in most of the enterprise features that were previously only available in the proprietary licensed Codenvy product. https://www.eclipse.org/che/
We're just starting to analyze Che for our coding school. Wouldn't all this just be possible with the Terminal? I'm not saying plugins aren't good, just trying to see if the terminal is a full featured one that would support something like, for example, installing the heroku toolbelt.

I haven't even started with a real test, just reading about it, so sorry for my lack of research, I'm just reading through the features (https://www.eclipse.org/che/features/) and saw the terminal, which is fundamental for us.

> It's come a long way. I was aware of Codenvy years ago and recently became aware that they seem to have joined the Eclipse Che effort.

As I understand, Codenvy didn't “join” the Eclipse Che effort, Eclipse Che started with code that Codenvy extracted from their proprietary product and open sourced, and most of the Che developers were and are Codenvy (now RedHat) employees.