summaryrefslogtreecommitdiffstats
path: root/gui/gui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.sh')
-rwxr-xr-xgui/gui.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/gui.sh b/gui/gui.sh
new file mode 100755
index 000000000..12a14923e
--- /dev/null
+++ b/gui/gui.sh
@@ -0,0 +1,8 @@
+apt-get install -y nodejs
+apt-get install -y npm
+ln -s /usr/bin/nodejs /usr/bin/node
+npm install
+npm install -g grunt
+npm install -g bower
+bower install --force --allow-root
+grunt build