Hacker News new | ask | show | jobs
by yourabi 3743 days ago
FPM pretty much solves this https://github.com/jordansissel/fpm
1 comments

Not really. There's much more than just to compile it. There's an init script, a logrotate configuration, etc. The script by the OP is great, I just wish it had the ability to overwrite the bundled version of Nginx as well.
Sorry, but are you familiar with fpm? All of what you mention is supported with fpm (you can have multiple post install files added...etc).
Yes, believe it or not, I am. And did you look at all at the script above? It uses the standard package and just custom compiles with other modules and everything works just perfectly. To replicate this with FPM, I need to do an extra effort and possibly keep making changes with new versions of Ubuntu, test, etc. Why do that when I just want custom modules baked into the package?!
In which case you end up with an FPM command line with so many flags, there's not a lot of difference to other methods.