Revision 13994
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
19 | 19 |
# press ENTER |
20 | 20 |
* to use a database backup: |
21 | 21 |
# { |
22 |
sudo sed --in-place -r 's/^vboxsf:.*:$/&aaronmk/' /etc/group |
|
23 |
# press Ctrl-D |
|
24 |
ssh -t 128.111.220.240 |
|
25 | 22 |
# ... |
26 | 23 |
# } |
27 | 24 |
* to use a clean database: |
... | ... | |
34 | 31 |
sudo halt |
35 | 32 |
# at "System halted", close the VM and *uncheck* Restore current snapshot |
36 | 33 |
# create a VM snapshot |
34 |
|
|
35 |
to enable VM to access VirtualBox shared folders: |
|
36 |
(currently doesn't work, likely because of a bug in VirtualBox Guest Additions when installed on something other than a clean Linux install) |
|
37 |
sudo sed --in-place -r 's/^vboxsf:.*:$/&aaronmk/' /etc/group |
|
38 |
# press Ctrl-D |
|
39 |
ssh -t 128.111.220.240 |
Also available in: Unified diff
config/VirtualBox_VMs/vegbiendev/README.TXT: to test the import: database backup approach: moved steps to enable the user to access VirtualBox shared folders to separate section because VirtualBox shared folders currently don't work, likely because of a bug in VirtualBox Guest Additions when installed on something other than a clean Linux install