[Groonga-commit] droonga/droonga.org at 77ceedc [gh-pages] Add steps to cleanup VMs

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 15:46:11 JST 2014


YUKI Hiroshi	2014-09-29 15:46:11 +0900 (Mon, 29 Sep 2014)

  New Revision: 77ceedc9423604495a460d70233b6f1018745d25
  https://github.com/droonga/droonga.org/commit/77ceedc9423604495a460d70233b6f1018745d25

  Message:
    Add steps to cleanup VMs

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

  Modified: _po/ja/tutorial/1.0.6/virtual-machines-for-experiments/index.po (+23 -0)
===================================================================
--- _po/ja/tutorial/1.0.6/virtual-machines-for-experiments/index.po    2014-09-29 15:19:06 +0900 (f4709cf)
+++ _po/ja/tutorial/1.0.6/virtual-machines-for-experiments/index.po    2014-09-29 15:46:11 +0900 (9ecf45c)
@@ -336,6 +336,29 @@ msgstr ""
 msgid "Then Vagrant shuts down all VMs completely."
 msgstr "これで、Vagrantがすべての仮想マシンを完全に終了させてくれます。"
 
+msgid "### Cleanup VMs"
+msgstr ""
+
+msgid ""
+"If you want to clear all changes in VMs, then simply remove the hidden `.vagra"
+"nt` directory in the `Vagrantfile`'s directory:"
+msgstr ""
+
+msgid ""
+"~~~\n"
+"$ vagrant halt\n"
+"$ rm -rf .vagrant\n"
+"$ vagrant up\n"
+"~~~"
+msgstr ""
+
+msgid ""
+"Then all changes will go away and you can start fresh VMs again.\n"
+"This will help you to improve installation scripts or something."
+msgstr ""
+"これで、すべての変更を取り消して、仮想マシンをまっさらの状態で起動し直すことができます。\n"
+"この方法はインストールスクリプトの改修などの作業をする時に便利でしょう。"
+
 msgid "### Appendix: if your host machine has less size RAM... {#less-size-memory}"
 msgstr "### 付録: ホストマシンのRAMがそれほど多くない場合 {#less-size-memory}"
 

  Modified: ja/tutorial/1.0.6/virtual-machines-for-experiments/index.md (+13 -0)
===================================================================
--- ja/tutorial/1.0.6/virtual-machines-for-experiments/index.md    2014-09-29 15:19:06 +0900 (5618e38)
+++ ja/tutorial/1.0.6/virtual-machines-for-experiments/index.md    2014-09-29 15:46:11 +0900 (52223d6)
@@ -183,6 +183,19 @@ $ vagrant halt
 
 これで、Vagrantがすべての仮想マシンを完全に終了させてくれます。
 
+### Cleanup VMs
+
+If you want to clear all changes in VMs, then simply remove the hidden `.vagrant` directory in the `Vagrantfile`'s directory:
+
+~~~
+$ vagrant halt
+$ rm -rf .vagrant
+$ vagrant up
+~~~
+
+これで、すべての変更を取り消して、仮想マシンをまっさらの状態で起動し直すことができます。
+この方法はインストールスクリプトの改修などの作業をする時に便利でしょう。
+
 ### 付録: ホストマシンのRAMがそれほど多くない場合 {#less-size-memory}
 
 手持ちのコンピュータが十分なサイズのメモリを搭載していないとしても、諦める必要はありません。

  Modified: tutorial/1.0.6/virtual-machines-for-experiments/index.md (+13 -0)
===================================================================
--- tutorial/1.0.6/virtual-machines-for-experiments/index.md    2014-09-29 15:19:06 +0900 (8fe3dfa)
+++ tutorial/1.0.6/virtual-machines-for-experiments/index.md    2014-09-29 15:46:11 +0900 (ac7abfe)
@@ -175,6 +175,19 @@ $ vagrant halt
 
 Then Vagrant shuts down all VMs completely.
 
+### Cleanup VMs
+
+If you want to clear all changes in VMs, then simply remove the hidden `.vagrant` directory in the `Vagrantfile`'s directory:
+
+~~~
+$ vagrant halt
+$ rm -rf .vagrant
+$ vagrant up
+~~~
+
+Then all changes will go away and you can start fresh VMs again.
+This will help you to improve installation scripts or something.
+
 ### Appendix: if your host machine has less size RAM... {#less-size-memory}
 
 Even if your computer has less size RAM, you don't have to give up.
-------------- next part --------------
HTML����������������������������...
다운로드 



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