Hi all,
I'm trying to install SMS app inside fusionpbx and I'm not able to complete the installation process mentioned in github
GitHub Link: https://github.com/fusionpbx/fusionpbx-apps/blob/master/sms/README.md
In the above-mentioned link, the process of installation of the SMS app is as mentioned
cd /usr/src/
git clone https://github.com/fusionpbx/fusionpbx-apps
cd fusionpbx-apps/; cp -R sms /var/www/fusionpbx/app/
cd /var/www/fusionpbx/app/scripts/resources/scripts/app
ln -s /var/www/fusionpbx/app/sms/resources/install/scripts/app/sms
in which I'm not able to perform the 4th step as I couldn't find any such folder /var/www/fusionpbx/app/scripts/resources/scripts/app
Could anyone please tell me what needs to be done thank you.
I'm trying to install SMS app inside fusionpbx and I'm not able to complete the installation process mentioned in github
GitHub Link: https://github.com/fusionpbx/fusionpbx-apps/blob/master/sms/README.md
In the above-mentioned link, the process of installation of the SMS app is as mentioned
cd /usr/src/
git clone https://github.com/fusionpbx/fusionpbx-apps
cd fusionpbx-apps/; cp -R sms /var/www/fusionpbx/app/
cd /var/www/fusionpbx/app/scripts/resources/scripts/app
ln -s /var/www/fusionpbx/app/sms/resources/install/scripts/app/sms
in which I'm not able to perform the 4th step as I couldn't find any such folder /var/www/fusionpbx/app/scripts/resources/scripts/app
Could anyone please tell me what needs to be done thank you.