Created
April 23, 2015 13:55
-
-
Save hangingman/ce929f51703d043d8ef6 to your computer and use it in GitHub Desktop.
chef-foltia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# chef-foltia | |
アニメ録画用ソフトウェアfoltiaのインストール用cookbook | |
# Install with Vagrant | |
``` | |
$ vagrant plugin install vagrant-berkshelf | |
$ vagrant plugin install vagrant-omnibus | |
$ cd chef-foltia | |
$ vagrant up | |
``` | |
# Install with chef-solo | |
- First, you should install `chef-dk` from `https://downloads.chef.io/chef-dk/` | |
``` | |
$ berks install | |
$ berks update | |
$ berks vendor cookbooks | |
$ sudo chef-solo -c solo.rb -j ./nodes/localhost.json | |
``` | |
vagrant環境の場合 `http://192.168.33.10/foltia/index.php` からfoltiaが動作していることが確認できます |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment