This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: override-container-entrypoint-test | |
projects: | |
- name: example | |
source: | |
location: 'https://github.com/AndrienkoAleksandr/vscode-hello-extension.git' | |
type: git | |
branch: master | |
components: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: node-release-test | |
projects: | |
- name: nodejs-web-app | |
source: | |
location: 'https://github.com/che-samples/web-nodejs-sample.git' | |
type: git | |
branch: master | |
components: | |
- id: che-incubator/typescript/latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: node-release-test | |
projects: | |
- name: nodejs-web-app | |
source: | |
location: 'https://github.com/che-samples/web-nodejs-sample.git' | |
type: git | |
branch: master | |
components: | |
- id: che-incubator/typescript/latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: init-container-test | |
projects: | |
- name: example | |
source: | |
location: 'https://github.com/AndrienkoAleksandr/vscode-hello-extension.git' | |
type: git | |
branch: master | |
components: | |
- memoryLimit: 512Mi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: nodejs | |
projects: | |
- name: rhoar-getting-started | |
source: | |
location: 'https://github.com/AndrienkoAleksandr/rhoar-getting-started.git' | |
type: git | |
branch: master | |
components: | |
- id: che-incubator/typescript/latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: nodejs | |
projects: | |
- name: nodejs-web-app | |
source: | |
location: 'https://github.com/che-samples/web-nodejs-sample.git' | |
type: git | |
branch: master | |
- name: rhoar-getting-started | |
source: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
known/openid-configuration | |
2019-07-30 12:52:28,496[ost-startStop-1] [INFO ] [o.e.c.m.k.s.KeycloakSettings 91] - Retrieving OpenId configuration from endpoint: https://keycloak-che-ide.192.168.99.100.nip.io/auth/realms/che/.well-known/openid-configuration | |
2019-07-30 12:52:28,500[ost-startStop-1] [INFO ] [o.e.c.m.k.s.KeycloakSettings 91] - Retrieving OpenId configuration from endpoint: https://keycloak-che-ide.192.168.99.100.nip.io/auth/realms/che/.well-known/openid-configuration | |
2019-07-30 12:52:28,625[ost-startStop-1] [ERROR] [o.a.c.c.C.[.[localhost].[/api] 4798] - Exception sending context initialized event to listener instance of class [org.eclipse.che.inject.CheBootstrap] | |
com.google.inject.CreationException: Unable to create injector, see the following errors: | |
1) Error injecting constructor, java.lang.RuntimeException: Exception while retrieving OpenId configuration from endpoint: https://keycloak-che-ide.192.168.99.100.nip.io/auth/realms/che/.well-known/openid-configuration | |
at org.ecl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: cheTheia-in-che-remote | |
projects: | |
- name: che-theia-samples | |
source: | |
location: 'https://github.com/eclipse/che-theia-samples.git' | |
type: git | |
- name: theia | |
source: | |
location: 'https://github.com/theia-ide/theia.git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: cheTheia-in-che-remote | |
apiVersion: 1.0.0 | |
components: | |
- | |
reference: >- | |
https://raw.githubusercontent.com/eclipse/che-plugin-registry/master/v3/plugins/ms-python/python/2019.2.5433/meta.yaml | |
type: chePlugin | |
projects: | |
- source: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minishift start --cpus 4 --memory 16192 --disk-size 50g --vm-driver=virtualbox --docker-opt userland-proxy=false | |
chectl server:start --installer=operator --platform=minishift |