Richard G
Verified User
I would like to suggest to update the options.conf with versions that will be installed.
For example. Last year, the setup script of DA automatically installed mysql 5.0.
In options.conf which is delivered by the install script, one would see this:
At the moment, the installation script will install mysql 5.1.
Suggestion is when versions which will be installed by the installation script change, to adjust options.conf so this would become:
Same goes for php and apache (if possible) etc..
Seems to me it could come in handy for beginning DA admins and also takes care that when the by exident thing the install should be set to yes, they don't install an older version then present.
Just an idea/suggestion, wouldn't be that much work I believe.
For example. Last year, the setup script of DA automatically installed mysql 5.0.
In options.conf which is delivered by the install script, one would see this:
Code:
#Possible values - 5.0, 5.1, 5.5
mysql=5.0
mysql_inst=no
At the moment, the installation script will install mysql 5.1.
Suggestion is when versions which will be installed by the installation script change, to adjust options.conf so this would become:
Code:
#Possible values - 5.0, 5.1, 5.5
mysql=5.1
mysql_inst=no
Same goes for php and apache (if possible) etc..
Seems to me it could come in handy for beginning DA admins and also takes care that when the by exident thing the install should be set to yes, they don't install an older version then present.
Just an idea/suggestion, wouldn't be that much work I believe.