Tiny Tiny RSS を試しに使うための Vagrant。
このリポジトリをクローンして:
# インストールしていないなら2つのプラグインをインストール
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-berkshelf
gem install bundler
bundle
vagrant uphttp://localhost:8080/install/ へアクセス。
- データベース名、ユーザ名、パスワードすべて
tt-rssと入力してconfig.phpの作成が終われば完了
http://localhost:8080/ にアクセスして、ユーザ名: admin, パスワード: password でログインできる。
ホスト OS のポート番号 8080 が開いていることを確認してください。