Questions tagged [eclipse-che]

Eclipse Che is an open source developer workspace server and cloud IDE.

Eclipse Che is an open source developer workspace server and cloud IDE.

174 questions
0
votes
1 answer

Install Eclipse Che 7.0 on a local network server and access from different machines

i'm trying to install Eclipse Che 7.0 on a local network server, using the KVM2/Minikube method. The request is to be able to use Che from another machine on the same network. My local network is something like 192.168.80.*, the Ingress service maps…
alessino
  • 143
  • 6
0
votes
1 answer

Eclipse Che docker image fails to start on Synology DS

I have installed Dockers on my Synology DS. Then I downloaded the Eclipse Che image. When I start the image, i keep seeing the following error in the logs. !!! Docker socket (/var/run/docker.sock) hasn't be mounted inside the container. Verify the…
A j
  • 1,069
  • 2
  • 16
  • 29
0
votes
1 answer

How to minimize the Dashboard pane in a workspace by default when using multi-user mode

I'm using Che 6.18.1 and 6.19.0 and I'd like to be able to provide a link to users to access a workspace without the Dashboard pane open, in order to maximize the useful screen real-estate for users. By Dashboard pane, I am talking about the area on…
Joe
  • 11
  • 2
0
votes
2 answers

Not able to access eclipse che server running on docker in multi-user mode through browser

As part of POC I am trying to test eclipse che in multi-user mode using docker. Below are the steps I have followed to install che server 1.Because of restricted network I've downloaded all the required images as tar files and loaded the images…
ravi
  • 11
  • 3
0
votes
1 answer

shell script is unable to create workspace in eclipse che

i have written a shell script to create a workspace in eclipse che. the script is generating the workspace url. but when i open it, workspace does not exit. Am i missing on…
0
votes
0 answers

Steps to setup Eclipse che on Amazon ECS

I am trying to create an ECS container for eclipse che. Can you please help with the steps to do the same. i am able to setup Che on EC2 but not able to do the same on ECS
Siso
  • 1
  • 1
0
votes
1 answer

Run Eclipse Che 7 beta 4 in Kubernetes

I have installed Che following this << Please provide a fully working description But I am unable to make it work with domain, but is it not possible with port-forward?
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
1 answer

Eclipse-Che plugin for drawing Finite State Machine

Is there any plugin or some extension to draw/edit the scheme of the State Machine? It could be in UML notation or other (this doesn't matter for a moment as I'm just looking for a solution to combine code editor and drawing solution for graph-like…
Dante
  • 451
  • 4
  • 12
0
votes
2 answers

Substitution cipher won't decode, code is killed

I have to decrypt a message (just doing single words at the moment) and turn it back into the proper word. I have an encryption key (a string of 26 letters, where the first letter is what A is turned into, the second is what B turns into, etc) which…
0
votes
2 answers

What are the minimum requirements to run an Eclipse Che server for 1 user?

I like the features of Codenvy but the sever is too long to wake up and can't be used from a mobile. Yes, I code in the subway for hobbies. I had in the idea to install it on a small VPS. I will be coding a Django site roughly the same size as a…
Morgane
  • 155
  • 8
0
votes
2 answers

How many RAM does Eclipse CHE use for itself?

For whom have installed Eclipse Che. Did you have a look at the RAM usage of the core system ? I mean, before starting to code ?
Morgane
  • 155
  • 8
0
votes
1 answer

Can I run Eclipse che on a small VPS?

I have a relatively small VPS that I use as a remote dev environment : 1 vCore 2 Mb of RAM I plan to have up to 3 dev environments on the VPS. I dont need to run 2 simultaneously however. The biggest project is roughly the same size as a small…
Morgane
  • 155
  • 8
0
votes
1 answer

How do I add include directories in a c++ project in Eclipse Che?

I'm trying to use Eclipse Che as an IDE to develop a C++ application on a remote linux machine. Che can access the source code on the host system because of the -v :/data part when running the docker container. But how am I supposed to…
Ben
  • 4,486
  • 6
  • 33
  • 48
0
votes
1 answer

Is there a FTP plugin For Eclipse Che?

So I am not sure if this is an appropriate question for Stack Overflow, but figured no better place to ask than where dev's come together... Does anyone know if there is a FTP plugin for Eclipse Che? I love the whole online coding thing, especially…
Marcel
  • 874
  • 1
  • 14
  • 28
0
votes
1 answer

Eclipse Che with custom Ingress like Istio

Is it possible to run Eclipse-Che with a "custom" Kubernetes Ingress like Istio? I can install Eclipse-Che with Helm on Docker-For-Mac(like minikube addons enable ingress) and port-forward 8080 & 8087 - but it fails creating projects - Ingress error
Chris G.
  • 23,930
  • 48
  • 177
  • 302