LAMP Stack Version Help -- Is there a website or version tracker source to help suggest the right versions of each part of a platform stack?
        Posted  
        
            by 
                Chris Adragna
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Chris Adragna
        
        
        
        Published on 2011-01-11T21:32:20Z
        Indexed on 
            2011/01/11
            21:55 UTC
        
        
        Read the original article
        Hit count: 271
        
Taken singly, it's easy to research versions and compatibility. Version information is readily available on each single part of a platform stack, such as MySQL. You can find out the latest version, stable version, and sometimes even the percentage of people adopting it by version (personally, I like seeing numbers on adoption rates).
However, when trying to find the best possible mix of versions, I have a harder time. For example, "if you're using MySQL 5.5, you'll need PHP version XX or higher."
It gets even more difficult to mitigate when you throw higher level platforms into the mix such as Drupal, Joomla, etc.
I do consider "wizard" like installers to be beneficial, such as the Bitnami installers. However, I always wonder if those solutions cater more to the least common denominator -- be all to many -- and as such, I think I'd be better to install things on my own. Such solutions do seem kind of slow to adopt new versions, slower than necessary, I suspect.
Is there a website or tool that consolidates versioning data in order to help a webmaster choose which versions to deploy or which upgrades to install, in consideration of all the other parts of the stack?
© Server Fault or respective owner