10-02-2016, 12:26 PM
The goal is to eliminate customization from init.php all together. That way the installation will pretty much be 4 steps (and probably 1 or two pages).
1) Input your DB credentials
2) Write DB credential file
3) Test DB Connection/Import DB
4) Done
There won't be any need for the current chunk prep during installation so it should be cleaner and faster.
But yes, this way, more stuff can be changed or modified in the init.php if anyone finds probablems there.
1) Input your DB credentials
2) Write DB credential file
3) Test DB Connection/Import DB
4) Done
There won't be any need for the current chunk prep during installation so it should be cleaner and faster.
But yes, this way, more stuff can be changed or modified in the init.php if anyone finds probablems there.