Hello!
I have installed Flarum on my VPS, and it works just fine!
Next I'd like to automate the installation process, since this is a repeated process in my scenario: I am trying to make Flarum work for multiple tenants. When each tenant signs up with us, I need to create a forum for him. I will use system settings and info provided by the tenant to create the forum under the hood, without displaying Flarum's install page. After the whole signup is done, a Flarum instance is created. In order to do this, I will need to implement a custom PHP script.
I have done some research on the Flarum's source code, but since I am not familiar with frameworks like Symphony and Illuminate, etc., I am not sure how to proceed. I guess one could start from InstallController/InstallCommand, right?
Any suggestion would be appreciated.
Thanks!