From f0d502711120d416ee6aa80aef2a436d37b9ba67 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Thu, 3 Dec 2015 18:23:17 -0600 Subject: [PATCH] FS-8614 #resolve Add debian developers install script and update README.md to reference it --- html5/verto/verto_communicator/README.md | 7 ++++++- html5/verto/verto_communicator/debian8-install.sh | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100755 html5/verto/verto_communicator/debian8-install.sh diff --git a/html5/verto/verto_communicator/README.md b/html5/verto/verto_communicator/README.md index 707783501f..eafe65075f 100644 --- a/html5/verto/verto_communicator/README.md +++ b/html5/verto/verto_communicator/README.md @@ -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 \ No newline at end of file +grunt serve + +to Install on Debian 8 +./debian8_install.sh diff --git a/html5/verto/verto_communicator/debian8-install.sh b/html5/verto/verto_communicator/debian8-install.sh new file mode 100755 index 0000000000..cf992b0906 --- /dev/null +++ b/html5/verto/verto_communicator/debian8-install.sh @@ -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