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

Generalize install code to be reusable by all install methods #38

Open
4 tasks
oubiwann opened this issue Nov 21, 2016 · 0 comments
Open
4 tasks

Generalize install code to be reusable by all install methods #38

oubiwann opened this issue Nov 21, 2016 · 0 comments
Labels
Milestone

Comments

@oubiwann
Copy link
Member

oubiwann commented Nov 21, 2016

OLP installs can make users' lives a bit easier:

  • update PATH to point to LFE/OLP binaries
  • update PATH to point to erl, erlc, etc., in the erts release dir
  • start lfe and erl with the -boot parameter, pointing to the correct boot file

Right now, the only place we're installing OTP is in the experimental/testing Docker image (to /opt/olp on the guest OS). As such, we've got some custom setup in the Dockerfile -- this needs to be broken out, generalized for use by all install methods, and with the appropriate bits made optional, etc.

Tasks:

Part of epic #37

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

No branches or pull requests

1 participant