Skip to content

Commit

Permalink
Merge pull request #60 from fcrepo4-exts/FCREPO-2157
Browse files Browse the repository at this point in the history
Pin to specific base box version; address FCREPO-2250.
  • Loading branch information
whikloj authored Oct 4, 2016
2 parents 7fe55c3 + 6e24eed commit ff318bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.

config.vm.hostname = "fedora4"
config.vm.hostname = "fedora4"

config.vm.box = "fcrepo/fcrepo4-base"
config.vm.box = "fcrepo/fcrepo4-base"
config.vm.box_version = "0.1.4"

config.vm.network :forwarded_port, guest: 8080, host: 8080 # Tomcat
config.vm.network :forwarded_port, guest: 9080, host: 9080 # Fixity and Reindexing
config.vm.network :forwarded_port, guest: 8080, host: 8080 # Tomcat
config.vm.network :forwarded_port, guest: 9080, host: 9080 # Fixity and Reindexing

config.vm.provider "virtualbox" do |v|
v.memory = 2048
Expand Down

0 comments on commit ff318bf

Please sign in to comment.