Docker development environment for Glasgow hackathon - #801
mohit-devlogs wants to merge 1 commit into
Conversation
e6e0bc7 to
4886ce0
Compare
zkaoudi
left a comment
There was a problem hiding this comment.
Thank you @mohit-devlogs. Please create a folder "hackathon-CoC2026" and move all files related there. Also add detailed instructions in the .md file so that I can test the docker environment.
|
Also the docker files do not contain any platform as far as I could see so I'm not sure how one can run Wayang. Make sure you are able to run Wayang within the docker environment with at least Java, Spark, and PostgreSQL. Later we can add more platforms. |
|
Hi @zkaoudi, sorry for the delayed response. |
Docker-based development environment for the Wayang hackathon.
Environment provides Java 17 and Maven through a container, mounts the wayang source tree for development, persists the Maven dependency cache, and handles windows CRLF line endings for the Maven wrapper.
I've tested the environment by successfully building wayang-commons, wayang-platforms and wayang-assembly distribution.
Participants only need git and docker desktop installed locally