| |
| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="description" content="Download and install Eclipse Che for Windows, Mac and Linux."> |
| |
| <!-- Favicons etc. --> |
| <link rel="icon" href="../images/ico/16x16.png"> |
| <link rel="icon" sizes="16x16 32x32 64x64" href="../images/ico/16x16.png"> |
| <link rel="apple-touch-icon" sizes="57x57" href="../images/ico/57x57.png"> |
| <link rel="apple-touch-icon" sizes="60x60" href="../images/ico/60x60.png"> |
| <link rel="apple-touch-icon" sizes="72x72" href="../images/ico/72x72.png"> |
| <link rel="apple-touch-icon" sizes="76x76" href="../images/ico/76x76.png"> |
| <link rel="apple-touch-icon" sizes="114x114" href="../images/ico/114x114.png"> |
| <link rel="apple-touch-icon" sizes="120x120" href="../images/ico/120x120.png"> |
| <link rel="apple-touch-icon" sizes="144x144" href="../images/ico/144x144.png"> |
| <link rel="apple-touch-icon" sizes="152x152" href="../images/ico/152x152.png"> |
| <link rel="apple-touch-icon" sizes="180x180" href="../images/ico/180x180.png"> |
| <link rel="icon" type="image/png" href="../images/ico/196x196.png" sizes="196x196"> |
| <link rel="icon" type="image/png" href="../images/ico/192x192.png" sizes="192x192"> |
| <link rel="icon" type="image/png" href="../images/ico/144x144.png" sizes="144x144"> |
| <link rel="icon" type="image/png" href="../images/ico/96x96.png" sizes="96x96"> |
| <link rel="icon" type="image/png" href="../images/ico/72x72.png" sizes="72x72"> |
| <link rel="icon" type="image/png" href="../images/ico/48x48.png" sizes="48x48"> |
| <link rel="icon" type="image/png" href="../images/ico/36x36.png" sizes="36x36"> |
| <link rel="icon" type="image/png" href="../images/ico/32x32.png" sizes="32x32"> |
| <link rel="icon" type="image/png" href="../images/ico/16x16.png" sizes="16x16"> |
| <link rel="manifest" href="../images/ico/manifest.json"> |
| <meta name="msapplication-TileColor" content="#ffffff"> |
| <meta name="msapplication-TileImage" content="../images/ico/144x144.png"> |
| <meta name="theme-color" content="#ffffff"> |
| |
| <!-- Always force latest IE rendering engine or request Chrome Frame --> |
| <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
| |
| <!-- Use title if it's in the page YAML frontmatter --> |
| <title>Eclipse Che | Get Started with Eclipse Che</title> |
| |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
| <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'> |
| <link href="../stylesheets/all.css" rel="stylesheet" /> |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> |
| <script src="../javascripts/bootstrap.min.js"></script> |
| |
| <!-- Equal Height for Content Script --> |
| <script type="text/javascript"> |
| $(document).ready(function(){ |
| var leaderHeightList = $('.leader ul').height() |
| leaderHeightP = $('.leader p').height(); |
| |
| $('.border ul').height( leaderHeightList ); |
| $('.border p').height( leaderHeightP ); |
| |
| return false; |
| }); |
| </script> |
| |
| <!-- Tab Hash Link --> |
| <script type="text/javascript"> |
| $(document).ready(function(){ |
| var tabHash = window.location.hash; |
| $('.tabs a[href="' + tabHash + '"]').tab('show'); |
| $('html, body').animate({ scrollTop: 0 }, 'slow'); |
| return false; |
| }); |
| </script> |
| |
| <!-- Tracking Snippets Below --> |
| <!-- GOOGLE TAG MANAGER --> |
| <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T9PJ53" |
| height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| })(window,document,'script','dataLayer','GTM-T9PJ53');</script> |
| <!-- END GOOGLE TAG MANAGER --> |
| |
| <!-- MARKETO MUNCHKIN --> |
| <script type="text/javascript"> |
| $.ajax({ |
| url: '//munchkin.marketo.net/munchkin.js', |
| dataType: 'script', |
| cache: true, |
| success: function() { |
| Munchkin.init('519-AYY-549'); |
| } |
| }); |
| </script> |
| |
| </head> |
| |
| <body class="getting-started-cloud getting-started-cloud_index"> |
| |
| <header> |
| <div class="container-fluid"> |
| <a class="logo" href="../"><img alt="Eclipse Che" src="../images/logo-eclipseche.svg" /></a> |
| |
| <nav class="menu-mobile"> |
| <a class="mobile-menu-toggle" data-toggle="collapse" aria-expanded="false" href="#mobileMenuItems"><i class="fa fa-bars"></i></a> |
| |
| <ul class="mobile-menu-items collapse" id="mobileMenuItems"> |
| <li><a href="../features/">Features</a></li> |
| <li><a href="../download/">Downloads</a></li> |
| <li><a target="_blank" href="https://eclipse-che.readme.io/docs/">Docs</a></li> |
| <li><a href="../community/">Community</a></li> |
| <li><a href="../blog/">Blog</a></li> |
| <li><a href="./">Get Started with <span>Eclipse Che<span></a></li> |
| </ul> |
| </nav> |
| |
| <nav class="menu-desktop"> |
| <ul> |
| <li><a href="../features/">Features</a></li> |
| <li><a href="../download/">Downloads</a></li> |
| <li><a target="_blank" href="https://eclipse-che.readme.io/docs/">Docs</a></li> |
| <li><a href="../community/">Community</a></li> |
| <li><a href="../blog/">Blog</a></li> |
| <li><iframe src="https://ghbtns.com/github-btn.html?user=eclipse&repo=che&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></li> |
| <li><a class="btn-outline-dark" href="./">Get Started with <span>Eclipse Che<span></a></li> |
| </ul> |
| </nav> |
| |
| </div> <!-- /.container-fluid --> |
| </header> <!-- /header --> |
| |
| |
| <div class="jumbotron"> |
| <div class="container-fluid"> |
| <h1>Get Started with Eclipse Che</h1> |
| <h3>Use Eclipse Che workspaces at <a href="https://codenvy.com/" target="_blank">codenvy.com</a> or run Che on Windows, Mac or Linux.</h3> |
| </div> <!-- /.container-fluid --> |
| </div> <!-- /.jumbotron --> |
| <hr class="gray"> |
| |
| |
| <div class="container-fluid content"> |
| <h2>How to Get Help</h2> |
| <p><b>Issues:</b> Sometimes the unexpected happens. If it does, post <a href="https://github.com/eclipse/che/issues">issues to our GitHub page</a>. Please <a href="https://github.com/eclipse/che/blob/master/CONTRIBUTING.md">follow the issue reporting guidelines.</a></p> |
| <p><b>Documentation:</b> We put a lot of effort <a href="https://eclipse-che.readme.io/">into our docs</a>. If there are improvements or errors, we'd love that feedback.</p> |
| <p><b>Chat:</b> Che engineers hang out on <a href="https://gitter.im/eclipse/che?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Gitter</a>, <a href="http://qwebirc.swiftirc.net/?nick=fromwebsite&channels=%23eclipseche">IRC</a> and Slack.</p> |
| <div class="separator"></div> |
| |
| <ul class="row tabs"> |
| <li class="col-xs-6 active"> |
| <div class="cloud"> |
| <h3 class="active"><a href="#tab1" data-toggle="tab">Try Eclipse Che in the Cloud</a></h3> |
| <p class="hidden-xs">Codenvy hosts Eclipse Che workspaces with free accounts.</p> |
| </div> |
| </li> |
| |
| <li class="col-xs-6"> |
| <div class="download"> |
| <h3><a href="#tab2" data-toggle="tab">Download Eclipse Che</a></h3> |
| <p class="hidden-xs">Install binaries from an Eclipse mirror or build from source.</p> |
| </div> |
| </li> |
| </ul><!-- /.row --> |
| |
| <div class="tab-content"> |
| <div id="tab1" class="tab-pane fade in active"> |
| |
| <div class="block"> |
| <h2>Workspaces for Repositories</h2> |
| |
| <div class="row"> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/codenvy.png" alt="Codenvy logo"> |
| </div> |
| <div class="media-body"> |
| <h4>Custom Workspace</h4> |
| <p class="small">Create workspaces for any language/framework.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>Import one or more projects of any language.</p> |
| <p class="small"><strong>Stack: </strong>A linux-based OS plus any tools and infrastructure you need</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file, enable/disable plugin</p> |
| <a href="http://beta.codenvy.com/site/login" class="btn-green">Create a free account</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/elasticsearch.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>ElasticSearch</h4> |
| <p class="small">Open source, distributed and RESTful search engine.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/elastic/elasticsearch</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>Auto-run</p> |
| |
| <a href="http://beta.codenvy.com/f?id=7pabc2kl40gb6yep" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/tomee.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>TomEE</h4> |
| <p class="small">The TomEE Java appserver project.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/apache/tomee.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, TomEE 1.7.3</p> |
| <p class="small"><strong>Actions: </strong>Open welcome panel, auto-run</p> |
| |
| <a href="http://beta.codenvy.com/f?id=suloomuf7cvcfghn" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/alfresco.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Generator Alfresco</h4> |
| <p class="small">A Yeoman generator.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/binduwavell/generator-alfresco.git</p> |
| <p class="small"><strong>Stack: </strong>Debian, Node 5.6.0, Meteor, JRE 1.8</p> |
| <p class="small"><strong>Actions: </strong>Auto-run</p> |
| |
| <a href="http://beta.codenvy.com/f?id=zia672875qiibfzv" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media"> |
| <div class="media-left"> |
| <img src="../images/getting-started/javaslang.png" alt="Javaslang logo"> |
| </div> |
| <div class="media-body"> |
| <h4>Javaslang</h4> |
| <p class="small">A core functional library for Java 8+.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/javaslang/javaslang</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>None</p> |
| |
| <a href="http://beta.codenvy.com/f?id=rp0k4m6gh6rzifmi" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media"> |
| <div class="media-left"> |
| <img src="../images/getting-started/sourcegraph.png" alt="Sourcegraph logo"> |
| </div> |
| <div class="media-body"> |
| <h4>SourceGraph</h4> |
| <p class="small">Code Intelligence for Teams.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>src.sourcegraph.com/sourcegraph</p> |
| <p class="small"><strong>Stack: </strong>Golang, godep, SourceGraph libs</p> |
| <p class="small"><strong>Actions: </strong>Open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=lse9alc1que84k1y" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| </div><!-- /.row --> |
| |
| |
| <h2>Workspaces with Example Code</h2> |
| <div class="row"> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/angular.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Angular 2</h4> |
| <p class="small">Angular 2 QuickStart tutorial.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/angular/quickstart</p> |
| <p class="small"><strong>Stack: </strong>Debian, Node 5.6.0, Meteor, JRE 1.8</p> |
| <p class="small"><strong>Actions: </strong>None</p> |
| |
| <a href="http://beta.codenvy.com/f?id=2i2ikikl4kif87l9" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/vaadin.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Vaadin</h4> |
| <p class="small">Adress book demo.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/mstahv/framework-example.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>None</p> |
| |
| <a href="http://beta.codenvy.com/f?id=ej6koycnt4maubns" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/vertx.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Vert.x verticle</h4> |
| <p class="small">Tool-kit for building reactive applications on the JVM.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/vert-x3/vertx-examples</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>Open file, auto-run</p> |
| |
| <a href="http://beta.codenvy.com/f?id=9skz1321dxbqpj5j" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/tomee.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>TomEE</h4> |
| <p class="small">A simple stateless example.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/tomitribe/tomee-jaxrs-angular-starter-project.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, TomEE 1.7.3</p> |
| <p class="small"><strong>Actions: </strong>Auto-run</p> |
| |
| <a href="http://beta.codenvy.com/f?id=07xzbw8pq5wn02y5" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/spring.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Spring Rest Guide</h4> |
| <p class="small">Create a RESTful web service with Spring.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/spring-guides/gs-rest-service</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>Open getting started panel</p> |
| |
| <a href="http://beta.codenvy.com/f?id=9fq0busbm3tz7i8c" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/tomee.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>TomEE</h4> |
| <p class="small">JAX-RS Angular starter project.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/tomitribe/tomee-jaxrs-angular-starter-project.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, TomEE 1.7.3</p> |
| <p class="small"><strong>Actions: </strong>None</p> |
| |
| <a href="http://beta.codenvy.com/f?id=07xzbw8pq5wn02y5" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/wildfly.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Wildfly</h4> |
| <p class="small">Hello world example app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/web-java-wildfly.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Wildfly 8.2</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=gbfcsdb76f2iy1f2" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/nodejs.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Node.js</h4> |
| <p class="small">A welcome example app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/web-nodejs-simple.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, Node 0.12.9, Grunt, Bower, Gulp, Yeoman</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=af9r928owfulum17" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/spring.png" alt="Spring logo"> |
| </div> |
| <div class="media-body"> |
| <h4>Spring</h4> |
| <p class="small">The classic PetClinic example app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/web-java-spring-petclinic.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>None</p> |
| |
| <a href="http://beta.codenvy.com/f?id=r6p0l1sfnwm99k94" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/spring.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Spring Boot</h4> |
| <p class="small">Hello world sample app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/web-java-spring-boot.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=sz7uzyofb8olekkn" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/java.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Java + Maven</h4> |
| <p class="small">Hello world console sample app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/console-java-simple.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8</p> |
| <p class="small"><strong>Actions: </strong>None</p> |
| |
| <a href="http://beta.codenvy.com/f?id=omriatu352kkthua" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/java.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>Java + Gradle</h4> |
| <p class="small">Hello world console sample app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/console-java-gradle.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, Maven 3.3.9, Tomcat 8, Gradle 2.3</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=5use7stej9bi9mxd" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/cpp.png" alt="C++"> |
| </div> |
| <div class="media-body"> |
| <h4>C++</h4> |
| <p class="small">Hello world console sample app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/console-cpp-simple.git</p> |
| <p class="small"><strong>Stack: </strong>Ubuntu, JDK8, g++, gcc, make, gdb, gdbserver</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=21w2nx87yto2xi1z" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/php.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>PHP</h4> |
| <p class="small">Hello world web app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/web-php-simple.git</p> |
| <p class="small"><strong>Stack: </strong>Debian, Apache, MySQL, Composer</p> |
| <p class="small"><strong>Actions: </strong>Auto-run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=5ayat0naxlljn3p2" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/aspnet.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>ASP.NET</h4> |
| <p class="small">ASP.NET simple sample app.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/web-aspnet-simple.git</p> |
| <p class="small"><strong>Stack: </strong>Debian, Mono, dnx, autoconf, automake, libuv</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=m9ylnmjtmzvmq99i" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| |
| <div class="col-sm-6"> |
| <div class="border media leader"> |
| <div class="media-left"> |
| <img src="../images/getting-started/net.png" alt=""> |
| </div> |
| <div class="media-body"> |
| <h4>.NET</h4> |
| <p class="small">Sample app to print today's date and time.</p> |
| </div> |
| |
| <p class="small"><strong>Projects: </strong>github.com/che-samples/console-dotnet-simple.git</p> |
| <p class="small"><strong>Stack: </strong>Debian, Mono, dnx, autoconf, automake, libuv</p> |
| <p class="small"><strong>Actions: </strong>Auto-build and run, open file</p> |
| |
| <a href="http://beta.codenvy.com/f?id=mo97t9pkaijr7q1c" class="btn-gray80">Launch Workspace</a> |
| </div> |
| </div> <!-- /.col --> |
| </div><!-- /.row --> |
| </div> <!-- /#tab1 --> |
| </div> <!-- /#tab-content --> |
| |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| <!-- DIVIDER FOR TABS --> |
| |
| <div class="twitter-share"> |
| <h6><i class="fa fa-twitter"></i> Was this page helpful? <a href="https://twitter.com/share">Share it on Twitter</a></h6> |
| </div> |
| </div> |
| </div> |
| |
| <footer> |
| <div class="container-fluid"> |
| <a class="logo" href="../"><img alt="Eclipse Che" src="../images/logo-eclipseche.svg" /></a> |
| <p class="tagline">Next-Generation Eclipse IDE</p> |
| |
| <div class="sitemap"> |
| <ul> |
| <li><a href="../features/">Features</a></li> |
| <li><a href="../download/">Downloads</a></li> |
| <li><a target="_blank" href="https://eclipse-che.readme.io/docs/">Docs</a></li> |
| <li><a href="../community/">Community</a></li> |
| <li><a href="../blog/">Blog</a></li> |
| </ul> |
| </div> |
| |
| <a class="btn-outline-dark" href="./">Get Started with <span>Eclipse Che<span></a> |
| |
| <div class="copyright">Copyright © Eclipse Foundation 2016</div> |
| |
| </div> <!-- /.container-fluid --> |
| </footer> <!-- /footer --> |
| |
| </body> |
| </html> |