Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI04-geosplat/trunk/install.sh@798
Revision 798,
337 bytes
checked in by astephen, 15 years ago
(diff) |
Latest working version with install method.
Can accept more than one file but doesn't combine variables yet.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | v="0.2.1" |
---|
2 | rm -rR *tar *gz README.txt *conf gs? pygs? pygs?-?.? pygs?-?-?.? cgi web_extras |
---|
3 | |
---|
4 | cp -r ../../releases/gs/dist/gs-${v}-all.tar ./ |
---|
5 | |
---|
6 | tar -xvf gs-${v}-all.tar |
---|
7 | |
---|
8 | tar -xvzf pygss-${v}.tar.gz |
---|
9 | tar -xvzf pygsc-${v}.tar.gz |
---|
10 | |
---|
11 | echo "Now edit the install.conf file..." |
---|
12 | |
---|
13 | cp install.useme install.conf |
---|
14 | |
---|
15 | cd pygss-${v} |
---|
16 | |
---|
17 | python setup.py install |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.