The installer cannot be run through CLI since it takes GET- and POST-Parameters, which you cannot send in console. What you could do is using cURL, utilize the response and act based on the response.
Other method is actually create a script which does what the installer does and make it run-able from the console. Or you modify the installer to take cli arguments instead of GET- and POST-Parameters.
But as the installer currently is, it is not runable through the console with PHP CLI.
Other method is actually create a script which does what the installer does and make it run-able from the console. Or you modify the installer to take cli arguments instead of GET- and POST-Parameters.
But as the installer currently is, it is not runable through the console with PHP CLI.