probcomp / probcomp-stack

MIT Probabilistic Computing Project software stack
4 stars 5 forks source link

Decide whether to have a software installation path other than through the Ubuntu repository #25

Open axch opened 7 years ago

axch commented 7 years ago

Potential advantages:

Disadvantages:

axch commented 7 years ago

Note: I think only the decision goes in the "Finish" milestone. Implementing the decision may well be out of scope until a later project.

riastradh-probcomp commented 7 years ago

We can already apply updates with apt-get update && apt-get upgrade without rebuilding an AMI, recreating or restarting an instance, &c. If we want to install something custom on a single machine, we can already do . ~/venv/bin/activate && pip install --no-index . in a git checkout. What process do you want to be more streamlined?

If it's the combination of the two, I'm not sure that's a good idea. Doing a wide-scale deployment without the audit trail of a new Ubuntu package version sounds like asking for trouble.

axch commented 7 years ago

There is no process I want to be more streamlined, as such. The question was whether we want to use the Ubuntu repository for fast-turnaround updates, or (do not and do something else). Sounds like the answer to my question is "yes, use the Ubuntu repository for fast-turnaround updates;" if you agree, we can just close this ticket.