Last change
on this file was 26643, checked in by davidb, 10 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 |
|
---|
3 | echo "Resetting i-jetty-3.1 back to its original state"
|
---|
4 |
|
---|
5 | echo "+ Deleting i-jetty-3.1"
|
---|
6 | rm -rf i-jetty-3.1
|
---|
7 |
|
---|
8 | echo "+ Untarring src code"
|
---|
9 | tar xvzf i-jetty-3.1-src.tgz
|
---|
10 |
|
---|
11 | echo "+ Fixing pom.xml file"
|
---|
12 | cp FIXES/i-jetty-3.1/i-jetty-ui/pom.xml i-jetty-3.1/i-jetty-ui/pom.xml
|
---|
13 |
|
---|
14 | echo "+ Creating assets folder for pre-bundled Greenstone3 war file"
|
---|
15 | mkdir i-jetty-3.1/i-jetty-ui/assets
|
---|
16 |
|
---|
17 | echo
|
---|
18 | echo "***"
|
---|
19 | echo "* Now run ./CUSTOMIZATION.sh"
|
---|
20 | echo "***"
|
---|
21 | echo
|
---|
Note:
See
TracBrowser
for help on using the repository browser.