source: gs3-extensions/i-greenstone-server/trunk/src/RESET.sh@ 26643

Last change on this file since 26643 was 26643, checked in by davidb, 11 years ago

Script updated to create an 'assets' folder in the i-jetty-ui area, ready to take the pre-bundled Greenstone3 war file, and updated to print out the correct message as to what to do next\!

File size: 453 bytes
Line 
1#!/bin/sh
2
3echo "Resetting i-jetty-3.1 back to its original state"
4
5echo "+ Deleting i-jetty-3.1"
6rm -rf i-jetty-3.1
7
8echo "+ Untarring src code"
9tar xvzf i-jetty-3.1-src.tgz
10
11echo "+ Fixing pom.xml file"
12cp FIXES/i-jetty-3.1/i-jetty-ui/pom.xml i-jetty-3.1/i-jetty-ui/pom.xml
13
14echo "+ Creating assets folder for pre-bundled Greenstone3 war file"
15mkdir i-jetty-3.1/i-jetty-ui/assets
16
17echo
18echo "***"
19echo "* Now run ./CUSTOMIZATION.sh"
20echo "***"
21echo
Note: See TracBrowser for help on using the repository browser.