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

How to get docker Image of a project hosted in Eclipse che workspace?

I'm developing a software for ESA scientists. I use Eclipse Che to provide them an IDE for their algorithms and for processing. But they ask to retrieve docker image of project they created inside a workspace. How could I tell eclipse che to store…
Teddy Kossoko
  • 1,168
  • 3
  • 20
  • 48
0
votes
1 answer

How do I persist data within a Codenvy/Che Workspace?

I have a workspace with the following config { "environments": { "default": { "machines": { "db": { "attributes": { "memoryLimitBytes": "536870912" }, "servers": {}, "agents":…
terrywb
  • 3,740
  • 3
  • 25
  • 50
0
votes
1 answer

Eclipse Che - Issue with setting permissions over API

Unfortunately I experience some issues with Eclipse Che (6.1.1) Multiuser running on Docker. I read through the documentation here https://www.eclipse.org/che/docs/6/che/docs/permissions.html Let's say I have two users, one admin and one general…
p0laris
  • 1
  • 1
0
votes
1 answer

With Eclipse Che v6.0.0 + OCP v3.6, bootstrapper is corrupted when creating workspace

I constructed the environment of Eclipse Che v6.0.0 + OCP v3.6(v3.6.173.0.96) by the same procedure as the following issue. Workspace of MultiUser Eclipse-che can not be started on OCP I confirmed that Workspace pod can be started with OCP…
K. Jun
  • 25
  • 1
  • 6
0
votes
2 answers

Eclipse Che Google Cloud Compute Engine

Having challenges running Eclipse Che multiuser mode on Google Cloud computer engine instance. Environment (che cli): 6.1.0 - using docker 17.03.2-ce / native Input: docker run -it -e CHE_MULTIUSER=true -e CHE_HOST={server-ip} -v…
0
votes
1 answer

How to set permissions to other users in Eclipse CHE

I have a problem with permissions in eclipse che because I can't change permissions for other users from eclipse che or keycloack, so I did change some users permission from eclipse che swagger API, but for example even if user1 has only read…
karim
  • 11
  • 3
0
votes
1 answer

How to create project in the terminal of Eclipse Che

For creating new projects, I'd like to copy "the Java project" or "the TypeScript project" in the terminal of Eclipse Che (for example, use scripting), and make them indicate on Eclipse Che as a new project. In such case, what kind of procedure…
0
votes
2 answers

Run angularjs front-end web app on codenvy

How do I run an angularjs front-end web app on codenvy? The app uses angular-route.js for routing between pages. I have tried using the preview function, but that one seems to not work due to the routing...
nize
  • 1,012
  • 1
  • 11
  • 27
0
votes
2 answers

Eclipse Che: Can't find che.env

I'm trying to enable GitHub oAuth in Eclipse Che. The documentation calls for modification of che.env. Further, the docs say: Configuration is handled by modifying che.env placed in the host folder volume mounted to :/data. This configuration…
matthiash
  • 3,105
  • 3
  • 23
  • 34
0
votes
1 answer

How to customize EclipseChe menus and plugins

I would like to do customization as below in Eclipse Che. Please share the reference information such as sample etc. Addition of original menu Would like to add items in right-click menu of the project and header menu of Eclipse Che. Call of…
K. Jun
  • 25
  • 1
  • 6
0
votes
2 answers

How to view packages imported in the java code?

I'm a student and newbie in java coding. Currently, I'm analyzing codes from eclipse/che for ide and editor customizing. There are packages such as import org.eclipse.che.api.core I wanna look into org.eclipse.che.api.core , and I couldn't find a…
0
votes
2 answers

How to port forward from Eclipse Che instance to local machine?

Background So after about a year of having a GoDaddy cloud service, and super disappointed with it from the get-go. Once they announced that they would be discontinuing Cloud Server services, it was like a sign from the heavens. I then created a…
scriptso
  • 677
  • 4
  • 14
0
votes
1 answer

Which widget library is used by Eclipse Che for the client side GWT application?

I found out that Eclipse uses GWT to implement its client: https://che.eclipse.org/hands-on-with-eclipse-che-developing-the-bookmark-plugin-8e171eb1273d Which of the availabe widget libraries is applied? Material? Bootstrap? Something else? A list…
Stefan
  • 10,010
  • 7
  • 61
  • 117
0
votes
2 answers

Is it possible to run Py.Test tests on Eclipse Che/Codenvy?

Self explanatory question here. Is this even possible? Can't find any documentation regarding this anywhere.. And if not, how complicated is it to write a plugin? Thanks!
Pavel Zagalsky
  • 1,620
  • 7
  • 22
  • 52
0
votes
1 answer

Eclipse Che: bash: gdb: command not found

Che seems promising but is anyone using it or does it work for anyone at all? Once in a while I try to make Che debugger work with golang or nodejs. I do belive Che is the way for devs using docker, I just need a workflow. I run Che in docker…
Chris G.
  • 23,930
  • 48
  • 177
  • 302