ACP Setup
Table of Contents |
---|
ACP php Setup
When the VM is prepared for ACP and all the required packages are installed, extract the latest version of ACP in your Apache2 DocumentRoot folder. Let's assume that your ACP Instance version equals to 1.0.3 and it should be located in /var/www/html/acp-1.0.3.
...
If you want to enable the V8JS Support in ACP go to doc/Docker.
# cd /var/www/acp-1.0.3/doc/Dockerdocker-php-v8js/
# sudo ./buildinstall_v8js.php
The script will download the necessary packages then will build and run a docker container which have php-v8js enabled.
The last thing that must be done is few lines of code inside your Apache2 vhost configuration:
...