Mercurial > urweb
comparison demo/prose @ 409:81d9f42bb641
Note about demo.sql
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 21 Oct 2008 17:49:14 -0400 |
parents | de3b03e22447 |
children | c5a3d223f157 |
comparison
equal
deleted
inserted
replaced
408:de3b03e22447 | 409:81d9f42bb641 |
---|---|
19 | 19 |
20 <blockquote><pre>Alias /demo/ "DIR/demo/out/" | 20 <blockquote><pre>Alias /demo/ "DIR/demo/out/" |
21 | 21 |
22 ProxyPass /Demo/ http://localhost:8080/ | 22 ProxyPass /Demo/ http://localhost:8080/ |
23 ProxyPassReverse /Demo/ http://localhost:8080/</pre></blockquote></p> | 23 ProxyPassReverse /Demo/ http://localhost:8080/</pre></blockquote></p> |
24 | |
25 <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> | |
24 | 26 |
25 <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> | 27 <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> |
26 | 28 |
27 hello.urp | 29 hello.urp |
28 | 30 |