KITAITI Makoto
null+****@clear*****
Mon Jan 25 02:21:41 JST 2016
KITAITI Makoto 2016-01-25 02:21:41 +0900 (Mon, 25 Jan 2016) New Revision: ed44771622489992ae0f4298ae1cf7167989e66a https://github.com/droonga/droonga.org/commit/ed44771622489992ae0f4298ae1cf7167989e66a Merged 41d1816: Merge pull request #27 from KitaitiMakoto/systemd Message: Add provisioning code to install Droonga Engine on Wily We cannot install Droonga Engine because on official Ubuntu Wily image for Vagrant ruby-ffi-yajl package is pre-installed and it conflicts with ffi-yajl inteded to be installed by gem command. There is no problem to uninstall ruby-ffi-yajl and related packages because this is tutorial and this machine is not used in production environment. Modified files: tutorial/1.1.2/virtual-machines-for-experiments/index.md Modified: tutorial/1.1.2/virtual-machines-for-experiments/index.md (+1 -0) =================================================================== --- tutorial/1.1.2/virtual-machines-for-experiments/index.md 2016-01-24 05:04:41 +0900 (588b50e) +++ tutorial/1.1.2/virtual-machines-for-experiments/index.md 2016-01-25 02:21:41 +0900 (3566239) @@ -91,6 +91,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| node_config.vm.provider("virtualbox") do |virtual_box| virtual_box.memory = 2048 end + node_config.vm.provision 'shell', :inline => 'apt-get -y purge chef && apt-get -y autoremove' end end end -------------- next part -------------- HTML����������������������������...Download