It looks it’s very easy to create a wordpress site by a line of script ee site create example.com --wp
.
I was wondering if there will be such an official script:
ee site create example.com --phpBB
phpBB is also a popular php app among quite a few open source discussion board apps.
I raised this question here because I tried to set a phpBB(v3) site by the following script
ee site create example.com --mysql # create example.com with php & mysql support
However, when clicking the INSTALL btn (after the phpBB v3’s installation scripts have been uploaded and ready to install by visiting its install dir), the installation UI didn’t do anything, which I believe requires some small adjustment on the nginx config file or the php-fpm conf file, or both, as similar problem has been mentioned from phpBB forum for a quite a few times(one of them is https://www.phpbb.com/community/viewtopic.php?f=556&t=2419796). phpBB has offered some advice as well as a half-offical sample template, but it may be worth ee’s input.