[Groonga-commit] droonga/droonga.org at ee324da [gh-pages] Translate tutorial/virtual-machines-for-experiments/ into Japanese

Back to archive index

KITAITI Makoto null+****@clear*****
Mon Jan 25 02:30:44 JST 2016


KITAITI Makoto	2016-01-25 02:30:44 +0900 (Mon, 25 Jan 2016)

  New Revision: ee324dae624551263be9bb16f428e600fdd4ec0e
  https://github.com/droonga/droonga.org/commit/ee324dae624551263be9bb16f428e600fdd4ec0e

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

  Message:
    Translate tutorial/virtual-machines-for-experiments/ into Japanese

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

  Modified: _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po (+5 -3)
===================================================================
--- _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po    2016-01-25 02:21:41 +0900 (2dc6a05)
+++ _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po    2016-01-25 02:30:44 +0900 (f667089)
@@ -157,8 +157,8 @@ msgid ""
 "/ubuntu/boxes/wily64), you just have to do:"
 msgstr ""
 "[Vagrant Cloud][]のサイトから、実験に使うためのboxを選びます。\n"
-"例えば[Ubuntu Wily (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/trusty64)を使うの"
-"であれば、以下のようにします:"
+"例えば[Ubuntu Wily (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/wily64)を使うのであ"
+"れば、以下のようにします:"
 
 msgid ""
 "~~~\n"
@@ -193,10 +193,12 @@ msgid ""
 "      node_config.vm.box = box\n"
 "      node_config.vm.network(:private_network,\n"
 "                             :ip => \"192.168.100.#{50 + index}\")\n"
-"      node_config.vm.host_name = \"node#{index}\"\n"
+"      node_config.vm.hostname = \"node#{index}\"\n"
 "      node_config.vm.provider(\"virtualbox\") do |virtual_box|\n"
 "        virtual_box.memory = 2048\n"
 "      end\n"
+"      node_config.vm.provision 'shell', :inline => 'apt-get -y purge chef && a"
+"pt-get -y autoremove'\n"
 "    end\n"
 "  end\n"
 "end\n"

  Modified: ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md (+3 -2)
===================================================================
--- ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md    2016-01-25 02:21:41 +0900 (51cc196)
+++ ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md    2016-01-25 02:30:44 +0900 (801ab22)
@@ -71,7 +71,7 @@ $ sudo dpkg -i vagrant_1.8.1_x86_64.deb
 ### boxの種類を決めて、Vagrantfileを用意する
 
 [Vagrant Cloud][]のサイトから、実験に使うためのboxを選びます。
-例えば[Ubuntu Wily (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/trusty64)を使うのであれば、以下のようにします:
+例えば[Ubuntu Wily (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/wily64)を使うのであれば、以下のようにします:
 
 ~~~
 $ mkdir droonga-ubuntu-wily
@@ -95,10 +95,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node_config.vm.box = box
       node_config.vm.network(:private_network,
                              :ip => "192.168.100.#{50 + index}")
-      node_config.vm.host_name = "node#{index}"
+      node_config.vm.hostname = "node#{index}"
       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 



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