I'm trying to script the installer, so no human intervention is needed to set up a new instance of Oxwall.
Has anybody done this before, and could share how they did it? I presume it wouldn't be very hard for somebody who knows their way around the code to write something similar to cron/cron.php that takes database parameters etc and invokes the right methods?
Generating the config.php file, and running the install.sql file on MySQL is straightforward enough, but there's a sequence of database operations performed after the SQL is run which aren't obvious. Is there a simple call somewhere that could be invoked?