Go to file
Sergii Kabashniuk cf06229b27
chore: Update dependencies list (#184)
* chore: Update dependencies list

* fixup! Merge remote-tracking branch 'upstream/main' into updeps

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

* Added script to update dependencies  documentation
2021-11-30 09:36:56 +02:00
.ci ci: Add Next & SHA tagged container builds (#18) 2021-06-07 12:34:09 -04:00
.github fix: fix che-docs update action (#158) 2021-10-14 12:52:16 -04:00
.mvn
assembly chore: Update dependencies list (#184) 2021-11-30 09:36:56 +02:00
core chore: Bump to 7.40.0-SNAPSHOT in main (#179) 2021-11-10 13:06:41 -05:00
deploy fix: Add CHE_HOST and CHE_URL env vars 2021-09-27 10:54:14 +03:00
dockerfiles chore: Update from ubi8-minimal:8.4-208 to ubi8-minimal:8.4-212 (#176) 2021-11-04 13:41:40 -04:00
docs
infrastructures feat: native auth on Kubernetes (#171) 2021-11-25 14:48:55 +01:00
multiuser feat: native auth on Kubernetes (#171) 2021-11-25 14:48:55 +01:00
typescript-dto chore: Bump to 7.40.0-SNAPSHOT in main (#179) 2021-11-10 13:06:41 -05:00
wsmaster feat: native auth on Kubernetes (#171) 2021-11-25 14:48:55 +01:00
.gitattributes
.gitignore
LICENSE
NUMBERING.md
README.md chore: Update README.md and make-release.sh (#130) 2021-09-22 14:41:19 -04:00
RELEASE.md
check_properties_description.sh
devfile.yaml
make-release.sh chore: Update README.md and make-release.sh (#130) 2021-09-22 14:41:19 -04:00
pom.xml feat: native auth on Kubernetes (#171) 2021-11-25 14:48:55 +01:00

README.md

[Next build Status] [Release build Status]

What is Che server

Che Server is a core component of the Eclipse Che. This component is responsibe for creation and managing of Che workspaces, but will some day be replaced by the Dev Workspace Operator.

Project structure

Che Server is mostly a Java web application deployed on a Apache Tomcat server in a container.

  • 'pom.xml' The root Maven module, that lists all dependencies and structure.
  • 'assembly' - module for final assemblies of Che web applications
  • 'dockerfiles' - directory contains image Dockerfile for Che Server, as well as additional images.
  • 'core' - core and utility modules for Che.
  • 'wsmaster' - primary modules of the Che Server API.
  • 'multiuser' - modules related to multiuser implementation of Che.
  • 'infrastructure' - implementations for the underlying infrastructure, on which Che is running (Kubernetes, Openshift, etc.)
  • 'deploy' - deployment files for Helm installation.
  • 'typescript-dto' module, that provides DTO objects for typescript projects that may depend on Che Server, such as Che Theia.

Build requirements

  • Apache Maven 3.6.3 or Higher
  • JDK Version 11
  • Podman or Docker (required for running integration tests)

Build and debug

Run mvn clean install to build Activate a faster profile build by adding -Pfast To debug, run mvn clean install -X and connect your IDE to the debug port

CI

There are several GitHub Actions workflows implemented for this repository:

License

Join the community

The Eclipse Che community is globally reachable through public chat rooms, mailing list and weekly calls. See https://www.eclipse.org/che/docs/che-7/overview/introduction-to-eclipse-che/#_joining_the_community

Report issues

Issues are tracked on the main Eclipse Che Repository: https://github.com/eclipse/che/issues