mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
14 lines
180 B
Markdown
14 lines
180 B
Markdown
To install on Mac
|
|
|
|
brew install npm
|
|
|
|
npm install -g grunt grunt-cli bower
|
|
|
|
cd verto_communicator
|
|
npm install
|
|
bower install
|
|
grunt serve
|
|
|
|
to Install on Debian 8
|
|
./debian8_install.sh
|