<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/mongrel.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
 Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
-load 'config/deploy'
\ No newline at end of file
+load 'config/deploy'
+load 'config/mongrel'
\ No newline at end of file</diff>
      <filename>Capfile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,27 @@
-set :application, &quot;set your application name here&quot;
-set :repository,  &quot;set your repository location here&quot;
+set :application, &quot;Tempo&quot;
+set :repository,  &quot;git@github.com:bryansray/tempo.git&quot;
+set :domain, &quot;web-server&quot;
 
-# If you aren't deploying to /u/apps/#{application} on the target
-# servers (which is the default), you can specify the actual location
-# via the :deploy_to variable:
-# set :deploy_to, &quot;/var/www/#{application}&quot;
+default_run_options[:pty] = true
 
-# If you aren't using Subversion to manage your source code, specify
-# your SCM below:
-# set :scm, :subversion
+set :mongrel_conf, &quot;#{current_path}/config/mongrel_cluster.yml&quot;
+set :scm, :git
+set :deploy_via, :remote_cache
 
-role :app, &quot;your app-server here&quot;
-role :web, &quot;your web-server here&quot;
-role :db,  &quot;your db-server here&quot;, :primary =&gt; true
\ No newline at end of file
+ssh_options[:paranoid] = false
+
+set :user, &quot;mongrel&quot;
+set :runner, &quot;mongrel&quot;
+set :use_sudo, false
+
+
+role :app, domain
+role :web, domain
+role :db,  domain, :primary =&gt; true
+
+# Move over configuration files after deploying the code
+task :update_config, :roles =&gt; [:app] do
+  run &quot;cp -Rf #{shared_path}/config/* #{release_path}/config/&quot;
+end
+
+after 'deploy:update_code', :update_config
\ No newline at end of file</diff>
      <filename>config/deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 --- 
-cwd: /home/teampo/TeamPortal/current
+cwd: /var/www/tempo/current
 log_file: log/mongrel.log
 port: &quot;8000&quot;
 environment: production</diff>
      <filename>config/mongrel_cluster.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b060c850f4aa342e51075982088f0575d746b587</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Ray</name>
    <email>bryansray@gmail.com</email>
  </author>
  <url>http://github.com/bryansray/tempo/commit/a2991cbfdf70146a7b1591bebaf4744d906c94e3</url>
  <id>a2991cbfdf70146a7b1591bebaf4744d906c94e3</id>
  <committed-date>2008-03-29T19:51:56-07:00</committed-date>
  <authored-date>2008-03-29T19:51:56-07:00</authored-date>
  <message>Adding in Capistrano deployment files.

These should work, but will need to be customized based on server addresses.s</message>
  <tree>144c6f8fee9b48ed28eb8597ced062d262e657ea</tree>
  <committer>
    <name>Bryan Ray</name>
    <email>bryansray@gmail.com</email>
  </committer>
</commit>
