←back to thread

333 points steveklabnik | 1 comments | | HN request time: 0s | source
Show context
jweir ◴[] No.45032411[source]
fast installs will be great. compiling ruby is the only slow part left in our provisioning process.
replies(2): >>45034145 #>>45034483 #
inopinatus ◴[] No.45034145[source]
to this end I have been deploying with the fullstaq-ruby builds for some years now.
replies(1): >>45043449 #
jweir ◴[] No.45043449[source]
we have investigate that, but it requires sudo access which is not allowed but the running user.
replies(1): >>45045684 #
1. inopinatus ◴[] No.45045684[source]
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.