<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,17 +14,17 @@ Bin is /usr/local/nginx/sbin/nginx
 Grab Panda
 ----------
 
-    cd /usr/local/www
+    cd /var/local/www
     git clone git://github.com/newbamboo/panda.git
-    mkdir /usr/local/www/panda/videos # Place for temp videos
-    mkdir /usr/local/www/panda/log
+    mkdir /var/local/www/panda/videos # Place for temp videos
+    mkdir /var/local/www/panda/log
 
 Configure Panda
 ---------------
 
 Copy the example config file and enter your AWS keys and other details.
 
-    cd /usr/local/www/panda/config
+    cd /var/local/www/panda/config
     cp panda_init.rb.example panda_init.rb
     vi panda_init.rb
 
@@ -87,18 +87,18 @@ Start Panda
 
 You can start Merb directly:
 
-    cd /usr/local/www/panda
+    cd /var/local/www/panda
     merb -p 4001
 
 The encoder can be run with 
 
-    cd /usr/local/www/panda
+    cd /var/local/www/panda
     merb -r lib/encoder.rb -p 5001 -e encoder
 
 Using God with the supplied config is the best method to control Merb and the encoder:
 
     god
-    god load /usr/local/www/panda/panda.god
+    god load /var/local/www/panda/panda.god
 
 Upload some videos!
 -------------------</diff>
      <filename>README_EC2</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 God.watch do |w|
   w.name = &quot;panda&quot;
-  current_path  = &quot;/usr/local/www/panda&quot;
+  current_path  = &quot;/var/local/www/panda&quot;
   port = 4001
   w.start = &quot;/bin/bash -c 'cd #{current_path}; merb -d -p #{port} -e production'&quot;
   w.stop = &quot;/bin/bash -c 'cd #{current_path}; merb -k #{port}'&quot;
@@ -33,7 +33,7 @@ end
 
 God.watch do |w|
   w.name = &quot;encoder&quot;
-  current_path  = &quot;/usr/local/www/panda&quot;
+  current_path  = &quot;/var/local/www/panda&quot;
   port = 4091
   w.start = &quot;/bin/bash -c 'cd #{current_path}; merb -r lib/encoder.rb -d -p #{port} -e encoder'&quot;
   w.stop = &quot;/bin/bash -c 'cd #{current_path}; merb -k #{port}'&quot;</diff>
      <filename>panda.god</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ http {
         server {
                 listen 80;
                 server_name myapp.com;
-                root /usr/local/www/panda;
+                root /var/local/www/panda;
 
                 location / {
                         proxy_pass http://127.0.0.1:4001;</diff>
      <filename>panda_nginx.conf.example</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d351e7217d09f263487a0864045800c475275397</id>
    </parent>
  </parents>
  <author>
    <name>Makoto Inoue</name>
    <email>makoto@new-bamboo.co.uk</email>
  </author>
  <url>http://github.com/twinge/panda/commit/937598018ddfaacec0ddaa5ac5abfd7d0e347c12</url>
  <id>937598018ddfaacec0ddaa5ac5abfd7d0e347c12</id>
  <committed-date>2008-09-23T07:52:02-07:00</committed-date>
  <authored-date>2008-09-23T07:52:02-07:00</authored-date>
  <message>- Changed root dir from /usr/local/www to /var/local/www. We will soon to update AMI,too.</message>
  <tree>c56f167c8ce27f0f17282909be2319a4dafc7b92</tree>
  <committer>
    <name>Makoto Inoue</name>
    <email>makoto@new-bamboo.co.uk</email>
  </committer>
</commit>
