<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;body&gt;
 		&lt;div id='pagewrapper'&gt;
 			&lt;div id='header'&gt;
-				&lt;p&gt;Learning Rails Sample Application&lt;/p&gt;
+				&lt;p&gt;Learning Rails Sample Application sampleapp.learningrails.com&lt;/p&gt;
 		  &lt;/div&gt;
 			&lt;div id='navbar'&gt;
 				&lt;ul&gt;</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
 set :application, &quot;learningrails&quot;
-
 set :deploy_to, &quot;/var/www/apps/#{application}&quot;
 
 role :app, &quot;sampleapp.learningrails.com&quot;
@@ -9,10 +8,11 @@ role :db,  &quot;sampleapp.learningrails.com&quot;, :primary =&gt; true
 default_run_options[:pty] = true
 set :repository,  &quot;git://github.com/mzslater/learning-rails-sample-app.git&quot;
 set :scm, &quot;git&quot;
-set :user, &quot;deploy&quot;
 set :branch, &quot;master&quot;
 set :deploy_via, :remote_cache
-set :use_sudo, false
+
+set :user, &quot;deploy&quot;
+set :admin_runner, &quot;deploy&quot;
 
 namespace :deploy do
   desc &quot;Restart Application&quot;
@@ -23,4 +23,4 @@ namespace :deploy do
   task :start, :roles =&gt; :app do
     # nothing -- need to override default cap start task when using Passenger
   end
-end
+end
\ No newline at end of file</diff>
      <filename>config/deploy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b01c664341a124ec9195aaa86f03a372115c651</id>
    </parent>
  </parents>
  <author>
    <name>Michael Slater</name>
    <email>michael@webvanta.com</email>
  </author>
  <url>http://github.com/mzslater/learning-rails-sample-app/commit/748f5f684224c3448cfe3096b94369cd12667a8e</url>
  <id>748f5f684224c3448cfe3096b94369cd12667a8e</id>
  <committed-date>2008-09-03T14:54:43-07:00</committed-date>
  <authored-date>2008-09-03T14:54:43-07:00</authored-date>
  <message>updated deploy file and change to header text</message>
  <tree>f6cee69c01da4ab6996bbe235c53561cb2f26e4e</tree>
  <committer>
    <name>Michael Slater</name>
    <email>michael@webvanta.com</email>
  </committer>
</commit>
