With our installers, getting started with Plivo Framework for the first time is simple. Infact the complete process takes under 20 minutes.
Setup and Run FreeSWITCH
- Download and run the FreeSWITCH installer on your system
Note: Currently, this installer is tested on CentOS > 5.5 and Debian-based distros.
# wget --no-check-certificate https://github.com/plivo/plivoframework/raw/master/freeswitch/install.sh
# bash install.sh
- Run FreeSWITCH
Run in Foreground
# ./usr/local/freeswitch/bin/freeswitch
Run in Background
# ./usr/local/freeswitch/bin/freeswitch -nc
Setup and Run Plivo Framework
- Download and run the Plivo Framework installer on your system
Note: Currently, Plivo Framework is tested on CentOS > 5.5 and Debian-based distros.
# wget --no-check-certificate https://github.com/plivo/plivoframework/raw/master/scripts/plivo_install.sh
# bash plivo_install.sh /usr/local/plivo
- Run Plivo
# /etc/init.d/plivo start
- Ask questions on the plivo-users mailing list.
- Read Documentation.
