Revision 13017
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
96 | 96 |
bin/after_import $! & # $! can also be obtained from `jobs -l` |
97 | 97 |
Get $version: echo $version |
98 | 98 |
Set $version in all vegbiendev terminals: export version=<version> |
99 |
When there are no more running jobs, exit the screen
|
|
99 |
When there are no more running jobs, exit `screen`: exit # not Ctrl+D
|
|
100 | 100 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo su - aaronmk |
101 | 101 |
Upload logs: make inputs/upload live=1 |
102 | 102 |
On local machine: make inputs/download-logs live=1 |
Also available in: Unified diff
/README.TXT: Full database import: exiting `screen`: clarify that you must use `exit`, as Ctrl+D gets disabled to prevent accidental exits