1 |
|
|
2 |
|
Example changing link of SEASAT |
3 |
|
|
4 |
|
|
5 |
|
==> first change it on test web site |
6 |
|
cd /data5/ecco2_web_site/ecco2.jpl.nasa.gov |
7 |
|
nedit index.html & |
8 |
|
==> check that web site is OK |
9 |
|
cvs -q up |
10 |
|
cvs -q diff |
11 |
|
cvs commit |
12 |
|
|
13 |
|
==> This puts your change on main web site |
14 |
|
cd /home/web |
15 |
|
cvs -q up |
16 |
|
chmod g+w * |
17 |
|
cvs -q up |
18 |
|
|
19 |
|
|
20 |
|
============================================================== |
21 |
|
|
22 |
|
|
23 |
Adding this directory and contents to CVS server: |
Adding this directory and contents to CVS server: |
24 |
|
|
25 |
==> after creating MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
==> after creating MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
45 |
cvs add * |
cvs add * |
46 |
cd .. |
cd .. |
47 |
cvs -q up |
cvs -q up |
48 |
|
cvs commit |
49 |
|
cvs -q up |
50 |
|
|
51 |
|
|
52 |
============================================================== |
============================================================== |