Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 996 Bytes

File metadata and controls

50 lines (31 loc) · 996 Bytes

Install Eclipse CHE from a vagrant box

Prerequites

You will need to have the following tools.

Set-up

From the root of this project, up and running the box.

$ vagrant up

Run Eclipse CHE (latest version)

Always from the root of this project, start the Eclipse CHE server

$ vagrant ssh -c /home/vagrant/eclipse-che-latest/eclipse*/bin/che.sh

Run Eclipse CHE (nightly version)

Always from the root of this project, start the Eclipse CHE server

$ vagrant ssh -c /home/vagrant/eclipse-che-nightly/eclipse*/bin/che.sh

Test

Open your favorite web browser and go to this URL http://localhost:8080

Inspect the Eclipse CHE workspace instances

From the root of this project, execute this command line.

$ vagrant ssh

To inspect the workspace instances, execute this command line.

$ docker ps