installation - Eclipse Che IDE does not start -
today wanted test new eclipse che project. downloaded debian, run command:
bash bin/che.sh run --skip:uid --remote:192.168.0.108 --port:8080
the output command is:
docker@debian:/home/eclipseche$ bash bin/che.sh run --skip:uid --remote:192.168.0.108 --port:8080 docker natively installed , reachable... ############## how connect che client ############### after che server has booted, can connect clients by: 1. open browser http://localhost:8080, or: 2. open native chromium app. #############################################################
but enter ip browser doesnt seems work err_connection_refused mean server hasnt started ? because dont see pprocess in top. how should correctly start server ?
Comments
Post a Comment