Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to Coding Eclipse Che anytime, anywhere

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article will give you a detailed explanation of how Eclipse Che Coding anytime, anywhere. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

A brief introduction to Eclipse Che

Eclipse Che is a modern, open source software development environment. It is an engine that supports Codenvy by providing structured workspaces, project inputs, and modular extensions. Che can be used as a desktop IDE,RESTful workspace server or as a SDK for creating new tools. We now support a labeled Docker images to launch a default Eclipse Che

Second, installation premise

1.CentOS 7 64-bit operating system (virtual machine)

2.JDK1.8.0

3.Eclipse Che6.0

4.Docker service

Third, installation preparation

1.CentOS 7 system installation

two。 Install the Docker service

3. Install JDK

IV. Eclipse Che installation

1. Verify that docker starts up properly

Systemctl status docker.service

two。 Start the Eclipse Che service

Note: the following operations are explained on the official website. We choose a single user:

Https://www.eclipse.org/che/docs/docker-single-user.html

Start the Eclipse Che service through docker run-it eclipse/che start or docker run-it-- rm-v / var/run/docker.sock:/var/run/docker.sock-v: / data eclipse/che start. We use the second command here. See the official remarks. The second command can specify the outer space path docker run-it-- rm-v / var/run/docker.sock:/var/run/docker.sock-v / home/work:/data eclipse/che start.

After a period of pull mirroring, the startup is completed successfully.

Fifth, Eclipse Che installation verification

See the console and enter the log:

INFO: (che init): Installing configuration and bootstrap variables:

INFO: (che init): CHE_HOST=192.168.78.98

INFO: (che init): CHE_VERSION=6.5.0

INFO: (che init): CHE_CONFIG=/home/work

INFO: (che init): CHE_INSTANCE=/home/work/instance

INFO: (che config): Generating che configuration...

INFO: (che config): Customizing docker-compose for running in a container

INFO: (che start): Preflight checks

Mem (1.5 GiB): [OK]

Disk (100MB): [OK]

Port 8080 (http): [AVAILABLE]

Conn (browser = > ws): [OK]

Conn (server = > ws): [OK]

INFO: (che start): Starting containers...

INFO: (che start): Services booting...

INFO: (che start): Server logs at "docker logs-f che"

INFO: (che start): Booted and reachable

INFO: (che start): Ver: 6.5.0

INFO: (che start): Use: http://192.168.78.98:8080

INFO: (che start): API: http://192.168.78.98:8080/swagger

Then we visit http://192.168.78.98:8080 in the browser and see the page where the project is created by default

This is the end of this article on "how to Coding Eclipse Che anytime, anywhere". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report