Created
December 19, 2018 03:01
-
-
Save ambiorixg12/49b5b3027d3295ad7e8140d0080a1f2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install epel-release | |
Install dependencies | |
yum install unixODBC-devel | |
yum install unixODBC | |
yum install python-devel | |
yum install python-pip | |
yum install MySQL-python | |
yum install unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel | |
yum install mysql-connector-odbc | |
LAMP | |
https://hostadvice.com/how-to/how-to-install-lamp-stack-on-centos-7/ | |
ODBC | |
http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_configuring_odbc.html | |
Install php 7.2 | |
https://www.tecmint.com/install-php-7-in-centos-7/ | |
Real time | |
https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime#SettingupPJSIPRealtime-InstallingDependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment