Install Phpbb Automatically In Ispconfig
- Forums
- Scripts
- Install Phpbb Automatically In Ispconfig
Install Phpbb Automatically In Ispconfig I Need Some Help. I Have Started To Use The Ispconfig Api [2799], Last Updated: Mon Jun 24, 2024
Cheline
Sun Jan 31, 2010
1 Comments
565 Visits
i need some help. i have started to use the ISPConfig API (remote framework) plugin with ISPConfig2. i got it working fine per your instructions on CentOS
now im going to the next step. i want to be able so that when a user signs up, the scripts automatically created the account in ISPCONFIG but also installs the PHPBB forums in the /var/www/webX/web directory.
how can i do that?
/root/ispconfig/scripts/libconfig.lib.php
there you can put something like this:
exec("unzip path/to/phpbb.zip -d /var/www/webX/web");
hope that helps