Revision 13991
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
19 | 19 |
# press ENTER |
20 | 20 |
(cd inputs/; for dir in IRMNG IUCN newWorld; do mv "$dir" ."$dir"; done) |
21 | 21 |
(cd inputs/; for dir in */; do dir="${dir%/}"; case "$dir" in analytical_db|IRMNG|IUCN|newWorld|ARIZ) : ;; *) mv "$dir" .archive/"$dir";; esac; done) |
22 |
make misc-Linux db inputs/install schemas/public/reinstall # runtime: 15 min ("15:11:16"-"15:26:28") @starscream.vegbiendev
|
|
22 |
make misc-Linux db inputs/install schemas/public/reinstall # runtime: 15 min ("15:11:16".."15:26:28") @starscream.vegbiendev
|
|
23 | 23 |
# at "This will delete the current public schema of your VegBIEN DB", type y and press ENTER |
24 | 24 |
sudo halt |
25 | 25 |
# at "System halted", close the VM and *uncheck* Restore current snapshot |
Also available in: Unified diff
fix: config/VirtualBox_VMs/vegbiendev/README.TXT: use ".." instead of - to indicate a range, to avoid this being confused for a minus sign