aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/prose
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-21 17:49:14 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-21 17:49:14 -0400
commitd249f18f65213b5a198f39e254982293ecaa0e10 (patch)
tree79ae352b5068b8a5b692f30021ce69b1263ccb5d /demo/prose
parent29bfb2f27733a76306314dd4d85d3623d2a56bef (diff)
Note about demo.sql
Diffstat (limited to 'demo/prose')
-rw-r--r--demo/prose2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/prose b/demo/prose
index 8f55f8dc..5035108c 100644
--- a/demo/prose
+++ b/demo/prose
@@ -22,6 +22,8 @@ to build the "Hello World" demo application. Whether building the pieces separa
ProxyPass /Demo/ http://localhost:8080/
ProxyPassReverse /Demo/ http://localhost:8080/</pre></blockquote></p>
+<p>Building the demo also generates a <tt>demo.sql</tt> file, giving the SQL commands to run to define all of the tables and sequences that the applications expect to see. The file <tt>demo.urp</tt> contains a <tt>database</tt> line with the PostgreSQL database that the demo web server will try to connect to.</p>
+
<p>The rest of the demo focuses on the individual applications. Follow the links in the lefthand frame to visit the applications, commentary, and syntax-highlighted source code. (An Emacs mode is behind the syntax highlighting.) I recommend visiting the applications in the order listed, since that is the order in which new concepts are introduced.</p>
hello.urp