Skip to content

Commit

Permalink
Update centos-install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mackhendricks committed Dec 28, 2018
1 parent ba0abf4 commit 7c7e1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/centos-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Install (Don't Proxy audio (RTP) traffic)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
yum install -y git curl python36u
yum install -y epel-release
yum install -y git curl python36
cd /opt
git clone https://github.com/dOpensource/dsiprouter.git
cd dsiprouter
Expand All @@ -22,7 +22,7 @@ Install (Don't Proxy audio (RTP) traffic)
One Line Version:
::
yum install -y git curl python36u;cd /opt;git clone https://github.com/dOpensource/dsiprouter.git;cd dsiprouter;./dsiprouter.sh install
yum install -y epel-release;yum install -y git curl python36;cd /opt;git clone https://github.com/dOpensource/dsiprouter.git;cd dsiprouter;./dsiprouter.sh install


Once the install is complete, dSIPRouter will automatically start MariaDB, Kamailio and the UI.
Expand Down

0 comments on commit 7c7e1cf

Please sign in to comment.