提交 f0d50271 authored 作者: Ken Rice's avatar Ken Rice

FS-8614 #resolve Add debian developers install script and update README.md to reference it

上级 69697ea6
To install on Mac
brew install npm brew install npm
npm install -g grunt grunt-cli bower npm install -g grunt grunt-cli bower
...@@ -5,4 +7,7 @@ npm install -g grunt grunt-cli bower ...@@ -5,4 +7,7 @@ npm install -g grunt grunt-cli bower
cd verto_communicator cd verto_communicator
npm install npm install
bower install bower install
grunt serve grunt serve
\ No newline at end of file
to Install on Debian 8
./debian8_install.sh
#!/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
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论