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/plivo/raw/master/freeswitch/install.sh
# chmod +x install.sh
# ./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/plivo/raw/master/scripts/plivo_install.sh
# chmod +x plivo_install.sh
# ./plivo_install.sh /usr/local/plivo/
- Run Plivo
# /etc/init.d/plivo start
Next Steps
Check our Documentation first. If you have a question that’s not answered by the existing documentation, you can opt to:
- Ask questions on the plivo-users mailing list.
