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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -