source: other-projects/hathitrust/HTRC-DevEnvironment-Complete/README.txt@ 36373

Last change on this file since 36373 was 33427, checked in by davidb, 5 years ago

Some initial files on how to get going

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