レイヤーボールトのメーカーからのこのクールなプロジェクトに出くわしました。 http://cosmos.layervault.com/divergence.html
プロジェクトのブランチをサブドメインに変えることができます。デザインや機能のバリエーションをテストするのは素晴らしいことだと思います。
しかし
構成ファイルに少し困惑しています:
# config/config.rb
require File.expand_path('../callbacks', __FILE__)
Divergence::Application.configure do |config|
# Change this to the git repository path
config.git_path = "/var/www/web_app/repository"
# this to your application's path
config.app_path = "/var/www/web_app/current"
# and this to a location for the cache
config.cache_path = "/var/www/web_app/cache"
config.forward_host = 'localhost'
config.forward_port = 81
end
git_path、app_path をセットアップしようとしましたが、cache_path をどこに向けるべきかわかりません (現時点ではレール用に最適化されていると思いますが、よくわかりません)。とにかく、どこにも行かず、git_pathを設定するように指示するプロンプトが表示され続けます。誰かがそれで運が良かったのだろうかと思っていましたか?
乾杯