swap server/environment setup tasks to follow dependencies#145
swap server/environment setup tasks to follow dependencies#145combscCode wants to merge 1 commit intoZenysis:mainfrom
Conversation
Sybrand
left a comment
There was a problem hiding this comment.
@combscCode thanks for the pull request, and interest in Harmony.
Two points to consider:
-
The issue with ordering goes beyond druid and web setup unfortunately. There's a lot of chicken and egg happening here. Moving druid ahead of web isn't actually enough. The pipeline is also dependent on the Druid server. (This change is a step in the right direction, but would actually have to go before pipeline server setup).
-
We're intending to move the README.md largely to https://github.com/Zenysis/Harmony/wiki , since it's gotten a bit unwieldy in the source code. So we don't actually want to spend too much time here.
I think however, moving druid setup higher up is a good idea, and something that we can merge in now, and move to the wiki at a later point.
👋
small simple change to your readme, moved druid setup before the web setup, since the web setup depends on the druid setup
cheers! 🎉