(ユーザで)$ su
(ルートで)# sed -i -e 's/\(\/sbin:\/bin:\/usr\/sbin:\/usr\/bin\)$/&:\/usr\/local\/bin/' /etc/sudoers
(ルートで)# echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER
$ sudo yum install git
$ git clone [https://github.com/ichylinux/daddy.git または git@github.com:ichylinux/daddy.git]
$ pushd daddy
$ bin/dad local
$ bin/dad docker
$ popd
$ git clone [https://github.com/hybitz/hyacc.git または git@github.com:hybitz/hyacc.git]
$ cd hyacc
$ bundle config without 'itamae'
$ bundle
$ bundle exec rake dad:setup
$ bundle exec rake dad:db:create
$ rails db:reset
$ rails test
$ bundle exec rake dad:setup:test
$ bundle exec rake dad:test
$ rails s
ブラウザから http://localhost:3000 にアクセスして動作を確認します。