nwangtw opened a new pull request #3366: Add a script to start docker container 
with development environment
URL: https://github.com/apache/incubator-heron/pull/3366
 
 
   Mac dev environment could be tricky to set up since it requires Xcode's 
toolchain, and it is not easy to troubleshoot. This docker script can be useful 
for compiling source code without any setup other than installing Docker.
   
   To use the script to create a docker image and run it:
   $ sh docker/scripts/docker-dev-env.sh
   
   Write down the Docker container id (you can also find it with this command: 
"docker ps -a"). Next time you can run "docker start -ai CONTAINER_ID" to enter 
the same container again.
   
   In the container:
   $ cd heron
   $ sh bazel_config.sh
   $ bazel build --config=ubuntu heron/...
   
   This is just the first version. There are a lot of room to improve. Any 
feedback is welcome~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to