apache / pekko-management

Apache Pekko Management is a suite of tools for operating Pekko Clusters.
https://pekko.apache.org/
Apache License 2.0
22 stars 14 forks source link

make the build easier for people building from source #120

Open pjfanning opened 1 year ago

pjfanning commented 1 year ago

There are build details on the project README. People who want to build pekko-management can also look at the .github/workflows directory to get an idea of how the CI builds run.

All the same, with us having to produce source distributions for ASF release compliance and the idea the even git users might clone the repo and look to get the build done locally - we probably need to look at documenting more about the build.

Also, there is probably scope to make the build easier.

The integration tests are the hardest bit to run.

samueleresca commented 1 year ago

I tried to build the project locally and run tests. Few notes after following the "Running the build" section of the README:

I would like to proceed as follows: