@RQJ wrote:
Does anyone know how to get v8js installed and working with dreamfactory on debian 9.1 64-bit?
I’m trying to work through the custom script example with v8js here. I’ve installed dreamfactory from git using php7 on debian 9.1 64-bit. When I go to the API docs and try the API out, I get the following error: “This instance cannot run server-side javascript scripts. The ‘v8js’ is not available.”
I’ve tried building and installing v8js as described here, but this does not solve the issue. v8js also does not show up when running
php -m
, although I’ve addedextension=v8js.so
to the php.ini file for both the cli and php7.0-fpm.Luckily the Bitnami installation seems to work, but I would like to know how to install it myself if possible.
Any help much appreciated.
Thanks!
Posts: 1
Participants: 1