Last change
on this file since 33427 was 33427, checked in by davidb, 4 years ago |
Some initial files on how to get going
|
File size:
568 bytes
|
Rev | Line | |
---|
[33427] | 1 |
|
---|
| 2 | git clone https://github.com/htrc/HTRC-DevEnvironment.git
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 |
|
---|
| 6 | sudo apt-get install linux-headers-$(uname -r)
|
---|
| 7 |
|
---|
| 8 | sudo apt-get install virtualbox
|
---|
| 9 |
|
---|
| 10 | # Make sure doesn't end in error (could be linux kernel heads not present)
|
---|
| 11 |
|
---|
| 12 | sudo apt-get install vagrant
|
---|
| 13 |
|
---|
| 14 | ...
|
---|
| 15 |
|
---|
| 16 |
|
---|
| 17 | vboxmanage setproperty machinefolder /disk10/HTRC-DevEnvironment--VirtualBox-VMs/
|
---|
| 18 |
|
---|
| 19 | export VAGRANT_HOME=`pwd`/vagrant.d
|
---|
| 20 | ls $VAGRANT_HOME/
|
---|
| 21 |
|
---|
| 22 | # Conflict over dhcp server in VirtualBox already, and what vagrant provisioning is looking to do
|
---|
| 23 |
|
---|
| 24 | VBoxManage dhcpserver remove --netname HostInterfaceNetworking-vboxnet0
|
---|
| 25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.