mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-8614 #resolve Add debian developers install script and update README.md to reference it
This commit is contained in:
parent
69697ea6ce
commit
f0d5027111
@ -1,3 +1,5 @@
|
||||
To install on Mac
|
||||
|
||||
brew install npm
|
||||
|
||||
npm install -g grunt grunt-cli bower
|
||||
@ -5,4 +7,7 @@ npm install -g grunt grunt-cli bower
|
||||
cd verto_communicator
|
||||
npm install
|
||||
bower install
|
||||
grunt serve
|
||||
grunt serve
|
||||
|
||||
to Install on Debian 8
|
||||
./debian8_install.sh
|
||||
|
7
html5/verto/verto_communicator/debian8-install.sh
Executable file
7
html5/verto/verto_communicator/debian8-install.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get install npm nodejs-legacy
|
||||
npm install -g grunt grunt-cli bower
|
||||
npm install
|
||||
bower --allow-root install
|
||||
grunt build
|
Loading…
x
Reference in New Issue
Block a user