comparison demo/prose @ 1503:5588ac6fa9f3

In demo prose, note URL for hello demo
author Adam Chlipala <adam@chlipala.net>
date Sat, 16 Jul 2011 14:20:30 -0400
parents 4359e185d3af
children
comparison
equal deleted inserted replaced
1502:2f9b7382dd1d 1503:5588ac6fa9f3
28 28
29 <blockquote><pre>urweb -dbms sqlite -db /path/to/database/file -demo /Demo demo 29 <blockquote><pre>urweb -dbms sqlite -db /path/to/database/file -demo /Demo demo
30 sqlite3 /path/to/database/file &lt;demo/demo.sql 30 sqlite3 /path/to/database/file &lt;demo/demo.sql
31 demo/demo.exe</pre></blockquote></p> 31 demo/demo.exe</pre></blockquote></p>
32 32
33 <p>Then you can skip the static content and connect directly to the demo server at <tt>http://localhost:8080/Demo/Demo/main</tt>, which contains links to the individual demos.</p> 33 <p>Then you can skip the static content and connect directly to the demo server at <tt>http://localhost:8080/Demo/Demo/main</tt>, which contains links to the individual demos. If you're running the server created just for <tt>hello</tt>, then the URL will be <tt>http://localhost:8080/Hello/main</tt>.</p>
34 34
35 <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> 35 <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>
36 36
37 hello.urp 37 hello.urp
38 38