I have been trying to figure out how I was going to share my code and development environment from my home lab with work. Initially, I was planning on setting up Vagrant and using that to sync workspaces, but luckily, I did some research and found Eclipse Che.
Within minutes, I was able to start a docker container running a full Java / Maven / Eclipse configuration and.... it works right out of the box. Zero configuration.
What is better is that I can also use this same IDE for Go Development. I had been using a Ubuntu VM to do my golang development but this looks much simpler. I can wait to try the C++ and Python workspaces also!
From what I can see so far, Che is going to let me share workspaces along with code back and forth from work with ease. It even looks like you can share workspaces with other team members. This will streamline delivering prototypes.
No installing Go, no configuring GO_PATH. No setup of Go Tools. Just create workspace and run!!!
No comments:
Post a Comment