Project

General

Profile

« Previous | Next » 

Revision 13999

config/VirtualBox_VMs/vegbiendev/README.TXT: turning off of non-ARIZ inputs: removed metadata datasources because these have been renamed to start with ".", and so aren't included in */

View differences:

trunk/config/VirtualBox_VMs/vegbiendev/README.TXT
29 29
* to use a clean database:
30 30
# {
31 31
(cd inputs/; for dir in IRMNG IUCN newWorld; do mv "$dir" ."$dir"; done)
32
(cd inputs/; for dir in */; do dir="${dir%/}"; case "$dir" in analytical_db|IRMNG|IUCN|newWorld|ARIZ) : ;; *) mv "$dir" .archive/"$dir";; esac; done)
32
(cd inputs/; for dir in */; do dir="${dir%/}"; case "$dir" in analytical_db|ARIZ) : ;; *) mv "$dir" .archive/"$dir";; esac; done)
33 33
make misc-Linux db inputs/install schemas/public/reinstall # runtime: 15 min ("15:11:16".."15:26:28") @starscream.vegbiendev
34 34
# at "This will delete the current public schema of your VegBIEN DB", type y and press ENTER
35 35
# }

Also available in: Unified diff