Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Founder of Codenvy. There are 400K projects built on Codenvy hundreds of on-prem cloud installations. When we look through the saas project types, about 60% are Java and the rest are scripted language types. When we poll our saas users, most of them are in teams of <10 or working as individuals (students). Project types typically include student projects, web development projects, open source contributions, and virtual labs (setting up a complex dev scenario for sales, marketing or other purposes with factories).

Our on-prem customers are enterprise. So a lot of WebSphere, WebLogic, maven, ant, node, Oracle DB, SQL Server, Postgres.

We also have about a dozen OEM customers that use Eclipse Che or its derivatives to create new embedded or hosted IDEs. SAP is adopting Eclipse Che at the core for building new business applications that have dev IDE built in. IBM is doing similar work with Orion on BlueMix. WSO2 is embedding cloud IDEs into their API management servers using Che.

We try to capture real user reviews, which always help. A lot of the cloud IDEs are on these sites:

Chrome store: https://chrome.google.com/webstore/detail/codenvy/lefigjbiim...

Stackshare: http://stackshare.io/codenvy

Slant: http://www.slant.co/topics/713/viewpoints/3/~what-is-the-bes...

Capterra: http://www.capterra.com/application-development-software/spo...

GetApp: https://www.getapp.com/it-management-software/a/codenvy-deve...



Just tried Codenvy with a trivial C++ "hello world" project, and couldn't figure it out. When I run it, this is what I see in the console:

    [INFO] Preparing environment to run application codejam on…
    [INFO] Starting Runner @ Thu Apr 30 13:41:36 UTC 2015
    [DOCKER] Step 0 : FROM codenvy/php56_apache2
    [DOCKER]  ---> 432686a10598
    [DOCKER] Step 1 : ENV CODENVY_APP_BIND_DIR /var/www/html
    [DOCKER]  ---> Using cache
    [DOCKER]  ---> 4d541163106e
    [DOCKER] Step 2 : VOLUME /var/www/html
    [DOCKER]  ---> Using cache
    [DOCKER]  ---> d5c4065956b6
    [DOCKER] Successfully built d5c4065956b6
    [INFO] Environment preparation done. Application codejam starting up…
    [STDOUT] Starting web server: apache2.
    [STDOUT] ==> /var/log/apache2/access.log <==
    [STDOUT] 
    [STDOUT] ==> /var/log/apache2/error.log <==
    [STDOUT] [Thu Apr 30 13:41:39.272766 2015] [mpm_prefork:notice] [pid 500] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
    [STDOUT] [Thu Apr 30 13:41:39.272825 2015] [core:notice] [pid 500] AH00094: Command line: '/usr/sbin/apache2'
    [INFO] Application codejam booted and reachable.
    [STDOUT] 
    [STDOUT] ==> /var/log/apache2/access.log <==
    [STDOUT] 10.13.176.166 - - [30/Apr/2015:13:41:40 +0000] "HEAD / HTTP/1.1" 200 183 "-" "Java/1.7.0_71"
No program output.


Sorry you ran into an issue. It looks like the machine that you grabbed to run your project on is one that is attempting to launch an Apache server. So, given your c++ project, you probably need another machine to launch.

If you cross-post your question at the Google group, an engineer will help you investigate. I sure hope this wasn't the machine from the C++ sample project -- that would be a silly mistake on our part!

https://groups.google.com/a/codenvy.com/forum/#!forum/codenv...

Tyler




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: