0

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?

Aley
  • 306
  • 1
  • 2
  • 10
  • Aren't the 2 mutually exclusive, unless you set up a build farm... then how do you decide when it's time to build, nightly, weekly, when the next release fork is made? – Tetsujin Oct 31 '14 at 19:26
  • I will build it manually. It's just not clear for me, how to update the already installed and running software and how to organize it. – Aley Oct 31 '14 at 19:31
  • You do a git pull the build it. – Ramhound Oct 31 '14 at 20:49

0 Answers0