Skip to content

Commit

Permalink
Merge pull request #6 from stalleyj/lagom
Browse files Browse the repository at this point in the history
Fix the microprofile template and update README
  • Loading branch information
tobespc authored Jun 18, 2019
2 parents 24ec540 + d3d1ca0 commit 87d0fe3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# codewind-templates
Central repository for storing list of supported code templates for you use in codewind
Central repository for storing list of supported code templates for use in codewind

# /devfiles/index.json
This file is generated by the build.sh and then running the docker image as created by the build step. DO NOT manually edit this file
This file is generated and MUST NOT be manually edited.

1. Run [build.sh](https://github.com/microclimate-dev2ops/codewind-templates/blob/master/build.sh) to build the dockerfile.
2. Run the dockerfile mounting a local directory
```sh
docker run -v /myDirectory/codewind-templates/devfiles:/build/devfiles/ microclimate-dev2ops/codewind-templates
8 changes: 8 additions & 0 deletions devfiles/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@
"location":"https://github.com/microclimate-dev2ops/microclimateGoTemplate",
"links": {"self":"/devfiles/goTemplate/devfile.yaml" }
}
,{
"displayName":"Java Lagom template",
"description":"Template for building Lagom Reactive microservice in Java",
"language":"java",
"projectType":"docker",
"location":"https://github.com/microclimate-dev2ops/lagomJavaTemplate",
"links": {"self":"/devfiles/lagomJavaTemplate/devfile.yaml" }
}
]
2 changes: 1 addition & 1 deletion devfiles/javaMicroProfileTemplate/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: Cloud Microservice Starter for Java - MicroProfile / Java EE
tags: ["Java", "Maven",]
globalMemoryLimit: 2674Mi
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
projectType: "java"
projectType: "liberty"
language: "java"

0 comments on commit 87d0fe3

Please sign in to comment.