[Groonga-commit] droonga/droonga.org at 98863c9 [gh-pages] Use wily instead of trusty

Back to archive index

KITAITI Makoto null+****@clear*****
Sun Jan 24 03:06:58 JST 2016


KITAITI Makoto	2016-01-24 03:06:58 +0900 (Sun, 24 Jan 2016)

  New Revision: 98863c9c44ecb340d9346e8fa69270a203d1b99e
  https://github.com/droonga/droonga.org/commit/98863c9c44ecb340d9346e8fa69270a203d1b99e

  Merged 41d1816: Merge pull request #27 from KitaitiMakoto/systemd

  Message:
    Use wily instead of trusty

  Modified files:
    tutorial/1.1.2/virtual-machines-for-experiments/index.md

  Modified: tutorial/1.1.2/virtual-machines-for-experiments/index.md (+5 -5)
===================================================================
--- tutorial/1.1.2/virtual-machines-for-experiments/index.md    2016-01-24 02:39:06 +0900 (c4dc269)
+++ tutorial/1.1.2/virtual-machines-for-experiments/index.md    2016-01-24 03:06:58 +0900 (d3c97d5)
@@ -63,12 +63,12 @@ NOTE: You can install Vagrant via `apt-get install vagrant` on Ubuntu 15.10, but
 ### Determine a box and prepare a Vagrantfile
 
 Go to the [Vagrant Cloud][] and find a box for your experiments.
-For example, if you use a [box for Ubuntu Trusty (x64)](https://vagrantcloud.com/ubuntu/boxes/trusty64), you just have to do:
+For example, if you use a [box for Ubuntu Wily (x64)](https://vagrantcloud.com/ubuntu/boxes/wily64), you just have to do:
 
 ~~~
-$ mkdir droonga-ubuntu-trusty
-$ cd droonga-ubuntu-trusty
-$ vagrant init ubuntu/trusty64
+$ mkdir droonga-ubuntu-wily
+$ cd droonga-ubuntu-wily
+$ vagrant init ubuntu/wily64
 ~~~
 
 Then a file `Vagrantfile` is automatically generated there.
@@ -78,7 +78,7 @@ However you should rewrite it completely for experiments of Droonga cluster, lik
 
 ~~~
 n_machines = 3
-box        = "ubuntu/trusty64"
+box        = "ubuntu/wily64"
 
 VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index