I would like to setup a new server with the following packages
- Ngnix with SPDY and PageSpeed extension
- PHP-FPM with Phalcon extension
- MySQL with Sphinx extension
- Sphinx
In order to have the most recent versions and for the case of SPDY and PageSpeed for Nginx and Sphinx for MySQL I need to compile the applications from source.
Now appears the following question. Is it possible to make it updatable? How do you keep your self-compiled software updated?