today I wanted to test new Eclipse Che project. I downloaded it for Debian, then I run command:
bash bin/che.sh run --skip:uid --remote:192.168.0.108 --port:8080
The output from this command is:
docker@debian:/home/eclipseche$ bash bin/che.sh run --skip:uid --remote:192.168.0.108 --port:8080
Docker is natively installed and reachable...
############## HOW TO CONNECT YOUR CHE CLIENT ###############
After Che server has booted, you can connect your clients by:
1. Open browser to http://localhost:8080, or:
2. Open native chromium app.
#############################################################
But then I enter the ip to my browser but it doesnt seems to work ERR_CONNECTION_REFUSED does it mean that the server hasnt started ? Because I dont even see any pprocess in top. SO how should I correctly start the server ?