forked from Mirrors/freeswitch
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
|