Y
Hacker News
new
|
ask
|
show
|
jobs
by
jweir
301 days ago
fast installs will be great. compiling ruby is the only slow part left in our provisioning process.
2 comments
gtirloni
301 days ago
why are you compiling ruby during provisioning?
link
inopinatus
301 days ago
to this end I have been deploying with the fullstaq-ruby builds for some years now.
link
jweir
300 days ago
we have investigate that, but it requires sudo access which is not allowed but the running user.
link
inopinatus
300 days ago
You may find the fakeroot utility goes a long way to help. But never forget that binary packages are merely archives, or sometimes, archives-of-archives (as in Debian); we can unroll them anywhere.
link