ysbaddaden / prax.cr

Rack proxy server for development (Crystal port)
Other
152 stars 18 forks source link

RPM packages #13

Open ysbaddaden opened 9 years ago

ysbaddaden commented 9 years ago

It would be nice to have RPM packages too, just like we have DEB packages for Debian/Ubuntu.

Ideally we would have a Fedora (or CentOS) Vagrant box (with provisioning) and a rpm make target, so it's easy to create new packages on each release.

alexanderadam commented 8 years ago

Wouldn't be alien feasible as well? Something like alien --to-rpm --scripts prax_0.6.1-1_amd64.deb

ysbaddaden commented 8 years ago

I already use FPM, and #15 already provides the necessary structure. I'm just missing knowledge on installation hooks (see https://github.com/ysbaddaden/prax.cr/tree/master/install/debian), and systemd to run prax iptables upon boot.