bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 398 forks source link

Do not include Distillery as a runtime application #567

Closed aptinio closed 5 years ago

aptinio commented 5 years ago

Summary of changes

Added runtime: false option in the installation docs.

Checklist

Licensing/Copyright

By submitting this PR, you agree to the following statement, please read before submission!

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for Distillery (the "Contribution"). My Contribution is licensed under the MIT License.

NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be considered, it must contain your agreement to license under the MIT license.

bitwalker commented 5 years ago

Distillery code is required at runtime for config providers, and for pidfile support. In the future this will change, as I plan to break those things out into their own libraries, but at this point in time Distillery is required at runtime.

aptinio commented 5 years ago

Thanks for clarifying that! :sweat_smile: