On Wed, Mar 21, 2012 at 2:38 PM, jidanni@jidanni.org wrote:
Is there any way I can just run $ cd includes/installer && php LocalSettingsGenerator.php to see what it generates using my current values, so I don't have to install all over again just to see what it makes looks like? I did the above line and nothing happens.
Of course it won't. LocalSettingsGenerator.php only has a class--no executable code. You could write a maintenance script to do that though.
You can pass it an array of all the values you want to output in it (it's pretty well documented), and you could read your current LocalSettings to get those values. Not the most straightforward use-case but the installer didn't call for that behavior. YMMV.
-Chad