Skip to content

Commit

Permalink
Include docker runner in Che
Browse files Browse the repository at this point in the history
  • Loading branch information
sunix committed Jul 30, 2015
1 parent 709b668 commit e38c58d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions assembly-sdk-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
<artifactId>che-plugin-codemirror-editorwidget</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-docker-runner</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-git-ext-git</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ protected void configure() {
install(new AnalyticsModule());
install(new BaseProjectModule());
install(new BuilderModule());
install(new org.eclipse.che.runner.docker.DockerRunnerModule());
install(new RunnerModule());
install(new VirtualFileSystemModule());
install(new VirtualFileSystemFSModule());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ runner.javascript_grunt.host_name=localhost
runner.javascript_gulp.host_name=localhost
# docker
runner.docker.host_name=localhost
runner.docker.application_link_template=http://localhost:%d
runner.docker.web_shell_link_template=http://localhost:%d
runner.docker.watch_update_project_types=AngularJS,php,ruby,python,GAEPython,GAEPhp,GruntJS,GulpJS,BasicJS,cpp,blank
runner.docker.dockerfiles_repo=${catalina.base}/temp/dockerfiles-repo
# extensions
extension-url=${catalina.base}/tutorials
tutorials-url=${catalina.base}/tutorials
Expand Down Expand Up @@ -130,9 +134,7 @@ builder.slave_builder_urls=http://localhost:${SERVER_PORT}/che/api/internal/buil

#change enabling of subscription orgaddon
subscription.orgaddon.enabled=true
#path to docker files repos
runner.docker.dockerfiles_repo=/faik-path
#initial thread pool size for scheduled tasks
schedule.core_pool_size=10

che.java.codeassistant.index.dir=${java.io.tmpdir}
che.java.codeassistant.index.dir=${java.io.tmpdir}

0 comments on commit e38c58d

Please sign in to comment.