grtjn / mlvagrant

Scripts for bootstrapping a local MarkLogic cluster for development purposes using https://www.vagrantup.com/ and https://www.virtualbox.org/.
Apache License 2.0
19 stars 16 forks source link

Support MarkLogic 10 #135

Closed grtjn closed 5 years ago

grtjn commented 5 years ago

seems to require latest centos 7, so toggling default for os update to true. also needs a few extra libs from the looks of it, adding them..

grtjn commented 5 years ago

It also looks like guest tools can create trouble. You might need to run vagrant vbguest --do install --no-cleanup, to get it fixed.