Eclipse Che, tests on docker
How to start with cloud IDE on own small server.
You can get a hosted version of Eclipse Che with Codenvy at codenvy.io.
Why online IDE?
Contents
When we are working with few projects and not with many technologies, it is so easy to start with project, beacuse it some standard.
After time, when are comming more projects and more technologies, more customers, it is not so easy to switch beetwenn projects, install envoronment.
That why it is one of many possiblilities to start with coding online in cloud, with environment ready to use in few seconds.
information about Eclipse Che
https://eclipse.org/che/docs/index.html
its easy to work with many frameworks
https://docs.bitnami.com/containers/how-to/use-codenvy-bitnami-containers/
install che as root
mkdir /root/data
docker run -it –rm -v /var/run/docker.sock:/var/run/docker.sock -v /root/data:/data -e CHE_HOST=<ip> eclipse/che start
New window
Testing with apache