[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packing a RoR-Application



On ശനി 30 സെപ്റ്റംബര്‍ 2017 08:50 വൈകു, Jan Luehr wrote:
> - Will the Ruby On Rails stack in Stretch receive security fixes during
> Stretch's lifetime?

I'd think it follows the same policy as any other package in stretch.

> - Can you recommend a template or howto for packing ror-applications for
> debian stretch? gitlab seems to be very complex...
> - Can you recommend a certain setup? systemd / puma vs. phusion vs. fastcgi?

I maintain gitlab and diaspora so I can guide you.

In those two packages, I use

unicorn app server and auto configured nginx with letsencrypt. I install
the code in /usr/share/<app> and add symlink to /var/lib/<app> for any
directories or file that need write access like tmp, Gemfile.lock etc

I run bundle install --local during postinst and add a dpkg trigger to
run this when any library changes.

Let me know if you have any specific questions.

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: