2014年3月1日土曜日

Wildfly 8 メモ

とりあえず簡単なヤツ
  • 起動:$ bin/standalone.sh
  • 停止:$ bin/jboss-cli.sh command=:shutdown --connect controller=localhost

2014年2月17日月曜日

初めてのVagrant

  1. 公式
  2. Boxes
  3. VirtualBox
  4. コマンド色々
    1. Box追加:$vagrant box add <name> <url> [--provider provider] [-h]
    2. 初期化:$ vagrant init [box名]
    3. 起動:$ vagrant up
    4. 停止:$ vagrant halt
    5. プラグイン:$ vagrant plugin install vagrant-vbguest