Revision 8459
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
8 | 8 |
This includes all archived imports and staging tables. |
9 | 9 |
|
10 | 10 |
Maintenance: |
11 |
to synchronize vegbiendev, jupiter, and your local machine: |
|
12 |
when changes are made on vegbiendev: |
|
13 |
on vegbiendev, upload: |
|
14 |
env overwrite=1 src=. dest='aaronmk@jupiter:~/bien' put --exclude=.svn --exclude=install.log.sql --exclude='*.backup*' --exclude='/backups/analytical_aggregate.*.csv' --exclude='inputs/GBIF/**.data.sql' --exclude='bin/dotlockfile' |
|
15 |
then rerun with env l=1 ... |
|
16 |
env overwrite=1 del= src=. dest='aaronmk@jupiter:~/bien' put --exclude=.svn --exclude=install.log.sql --exclude='inputs/GBIF/**.data.sql' |
|
17 |
then rerun with env l=1 ... |
|
18 |
on your machine, download: |
|
19 |
env swap=1 overwrite=1 del= src=. dest='aaronmk@jupiter:~/bien' put --exclude=.svn --exclude=install.log.sql --exclude='*.backup' --exclude='/backups/analytical_aggregate.*.csv' --exclude='inputs/GBIF/**.data.sql' --exclude='bin/dotlockfile' |
|
20 |
then rerun with env l=1 ... |
|
11 | 21 |
VegCore data dictionary: |
12 | 22 |
Regularly, or whenever the VegCore data dictionary page |
13 | 23 |
(https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore) |
Also available in: Unified diff
README.TXT: Maintenance: Added steps to synchronize vegbiendev, jupiter, and your local machine when changes are made on vegbiendev