<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,12 @@
+Installing the compiler on a system without Haskell
+---------------------------------------------------
+
+cd compiler
+./Setup.hs configure --prefix=/home/flapjax/compiler
+./Setup.hs build
+./Setup.hs copy --destdir=dist
+scp -r dist/home/flapjax/compiler flapjax@flapjax-vista:~
+
 On fxinternal
 -------------
 </diff>
      <filename>website/DEPLOYMENT</filename>
    </modified>
    <modified>
      <diff>@@ -11,17 +11,17 @@ MANAGERS = ADMINS
 
 host = os.uname()[1]
 
- if host == &quot;peabody&quot;:
-   DATABASE_ENGINE = &quot;sqlite3&quot;
-   DATABASE_NAME = &quot;/home/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
- elif host == &quot;wanderlust.local&quot; or host == &quot;wanderlust.brown.edu&quot;:
-   DATABASE_ENGINE = &quot;sqlite3&quot;
-   DATABASE_NAME = &quot;/Users/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
- else: # Assume deployment
-   DATABASE_ENGINE = &quot;mysql&quot;
-   DATABASE_NAME = &quot;flapjax&quot;
-   DATABASE_USER = &quot;flapjax&quot;
-   DATABASE_PASSWORD = &quot;flapjax&quot;
+if host == &quot;peabody&quot;:
+  DATABASE_ENGINE = &quot;sqlite3&quot;
+  DATABASE_NAME = &quot;/home/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
+elif host == &quot;wanderlust.local&quot; or host == &quot;wanderlust.brown.edu&quot;:
+  DATABASE_ENGINE = &quot;sqlite3&quot;
+  DATABASE_NAME = &quot;/Users/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
+else: # Assume deployment
+  DATABASE_ENGINE = &quot;mysql&quot;
+  DATABASE_NAME = &quot;flapjax&quot;
+  DATABASE_USER = &quot;flapjax&quot;
+  DATABASE_PASSWORD = &quot;flapjax&quot;
   
 # Local time zone for this installation. Choices can be found here:
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name</diff>
      <filename>website/persistence/settings.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1fdf8c2d881a9675de362d2898c6613175ec8369</id>
    </parent>
  </parents>
  <author>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </author>
  <url>http://github.com/arjunguha/flapjax/commit/82975d9b46e2f3a98c94e843cf2eeb0e328ab893</url>
  <id>82975d9b46e2f3a98c94e843cf2eeb0e328ab893</id>
  <committed-date>2009-11-02T06:37:55-08:00</committed-date>
  <authored-date>2009-11-02T06:37:55-08:00</authored-date>
  <message>indent bug</message>
  <tree>9dc6fd85c98e6f85759739af7796a8ec1c4c0f58</tree>
  <committer>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </committer>
</commit>
