Skip to content

Instantly share code, notes, and snippets.

@hangingman
Created April 23, 2015 13:55
Show Gist options
  • Save hangingman/ce929f51703d043d8ef6 to your computer and use it in GitHub Desktop.
Save hangingman/ce929f51703d043d8ef6 to your computer and use it in GitHub Desktop.
chef-foltia
# 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