Revision 13973
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
17 | 17 |
# press Ctrl-D |
18 | 18 |
# return to the previous window |
19 | 19 |
# press ENTER |
20 |
(cd inputs/; for dir in IRMNG IUCN newWorld; do mv "$dir" ."$dir"; done) |
|
20 | 21 |
(cd inputs/; for dir in */; do dir="${dir%/}"; case "$dir" in analytical_db|IRMNG|IUCN|newWorld|ARIZ) : ;; *) mv "$dir" .archive/"$dir";; esac; done) |
21 | 22 |
make misc-Linux db inputs/install schemas/public/reinstall # runtime: 15 min ("15:11:16"-"15:26:28") @starscream.vegbiendev |
22 | 23 |
# at "This will delete the current public schema of your VegBIEN DB", type y and press ENTER |
Also available in: Unified diff
fix: config/VirtualBox_VMs/vegbiendev/README.TXT: updated for new metadata datasource names (see issue #940)