Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package docker runner in Che #2

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}