source: gs3-extensions/structured-image/trunk/src/NPM-INSTALL-MIRADOR.sh@ 37045

Last change on this file since 37045 was 37043, checked in by davidb, 16 months ago

Tweaks after testing

  • Property svn:executable set to *
File size: 342 bytes
RevLine 
[37042]1#!/bin/bash
2
3echo ""
4echo "Away to install npm dependencies for:"
5echo " mirador3"
6echo " mirador-annotations"
7echo " mirador-image-tools"
8echo ""
9
10cd mirador-integration-annotations-gitfork \
11 && npm install && cd ..
12
[37043]13if [ $? = 0 ] ; then
14 echo ""
15 echo "Now run: "
16 echo " ./NPM-WEBPACK-MIRADOR.sh"
17 echo ""
18fi
[37042]19
20
Note: See TracBrowser for help on using the repository browser.