You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Divergence::Application.configure do |config|
config.git_path = "/var/www/project.com/" # Change this to the git repository path
config.app_path = "/var/www/project.com/drupal-6.19/" # and this to your application's path.
config.cache_path = nil # This should be an empty directory
The number of branches to cache for quick switching. If you're
switching around between many branches frequently, you might
want to raise this. Keep in mind that each cached branch will
have it's own Passenger instance, so don't get too carried away.
config.cache_num = 5
config.callbacks :after_swap do
restart_passenger
end
config.callbacks :after_cache, :after_webhook do
bundle_install :path => "vendor/bundle"
end
When I execute the following command,
"divergence start"
I get the following error, /root/rubygems-1.3.5/config/config.ru not found
The text was updated successfully, but these errors were encountered: