You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to minimize the steps that a user needs to take to get Che in Che working with our current architecture. Che in Che involves setting up a volume folder mount, getting a proper stack with Docker inside of it, having special build commands, and then additional macros in commands to simplify the discovery of the server for execution.
Improve che-launcher container to allow user to set the name of the che-server container that will be launched (and stopped). Changes to support che-in-che #2119
Changes to support che-in-che #2119 Create a Che stack that is optimized with alpine software needed to build Che in Che. Include it as a ready-to-go stack in the default che distribution.
Change ERROR to WARNING (yellow) message for two scenarios - when pulling a docker image remotely that is not present, and then switching to local. And also when GitHub oAuth is not configured during ws-agent boot. Change type of pointed messages from ERROR to WARNING #2135
Extend this capability for artik ide.
The expected end user scenario would be:
1: start che
2: create ws from che stack
3: select template for building all of che (maybe we hvae template for just extension in future)
4: let them build a module
5: have built-in command to run the new che-in-che with properly displayed preview
Test cases:
1: Start Che using che-launcher with extra volume folder set to /var/run/docker.sock using environment variable instead of setting che.properties file.
2: Launch a Che stack with Che template, get a clone of the Che repository. Ability to build & run it with the embedded commands.
3: Ability to run two che on the same computer side-by-side by using Che CLI profile - create two profiles, set one, start change, change the profile, and start the second che.
4: Test ability to launch Che in superdev mode using Che-in-Che.
The text was updated successfully, but these errors were encountered:
TylerJewell
added
the
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
label
Aug 13, 2016
The goal is to minimize the steps that a user needs to take to get Che in Che working with our current architecture. Che in Che involves setting up a volume folder mount, getting a proper stack with Docker inside of it, having special build commands, and then additional macros in commands to simplify the discovery of the server for execution.
machine.server.extra.volume
as CHE_ environment variable. The logic to add would be in. Implemented initially with CLI improvement: Let Che CLI compile Che #2239. Will be added into the core Che server as well for Mechanism to configure Che with configs from different sources #2175.che-launcher
container to allow user to set the name of theche-server
container that will be launched (and stopped). Changes to support che-in-che #2119The expected end user scenario would be:
1: start che
2: create ws from che stack
3: select template for building all of che (maybe we hvae template for just extension in future)
4: let them build a module
5: have built-in command to run the new che-in-che with properly displayed preview
Test cases:
1: Start Che using che-launcher with extra volume folder set to /var/run/docker.sock using environment variable instead of setting che.properties file.
2: Launch a Che stack with Che template, get a clone of the Che repository. Ability to build & run it with the embedded commands.
3: Ability to run two che on the same computer side-by-side by using Che CLI profile - create two profiles, set one, start change, change the profile, and start the second che.
4: Test ability to launch Che in superdev mode using Che-in-Che.
The text was updated successfully, but these errors were encountered: