Asterisk 19.1.0 and FreePBX install

fwconsole will be present after the FreePBX framework module is successfully installed.

is there a script I can run to install the framework module?

./install --no-interaction

installs the framework module that was downloaded by git from github.com. The install is blowing up on you right at the beginning, however, because NodeJS isn’t being found.

With other words: I need to delete the current NodeJS installation and install a version 8 or so

Step by step we reach the end.
Below commands solved the node JS problem:
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

No idea why I got versions from NodeJS and npm, now is installed NodeJS 10.19.0. and the ,/install script continues with the error:
PDO Driver ‘mysql’ is missing from the system
MariaDB is installed.
Problem is solved with sudo apt install php-mysql and freePBX is installed

Congratulations!

Thanks, now my learning curve will start with configuring Asterisk and get a working PBX.
Any advice is welcome.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.