Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build stuff from remote servers #2

Open
MatthiasLohr opened this issue Sep 6, 2017 · 0 comments
Open

Remove build stuff from remote servers #2

MatthiasLohr opened this issue Sep 6, 2017 · 0 comments

Comments

@MatthiasLohr
Copy link
Member

MatthiasLohr commented Sep 6, 2017

Currently, the koral projects builds the application jar on each remote (master, slave) server. It would be preferable to use a single machine for building (e.g. your local development computer) the jar file and copy it (more specific: the jar-with-dependencies variant) to the remote machines for executions.

Reasons:

  • Building software on multiple machines has overhad in CPU time, HDD usage (build environment) and data transfer
  • If you want to provide releases here ready for download your environment should also be able to use these releases - instead of forcing the user to build the application himself

Best regards
Matthias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant