lfe / olp

The OLP LFE Platform ... LFE's OTP
Other
6 stars 0 forks source link

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

Open oubiwann opened 7 years ago

oubiwann commented 7 years ago

OLP installs can make users' lives a bit easier:

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