-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathWebApplicationExample.html
More file actions
41 lines (41 loc) · 1.48 KB
/
WebApplicationExample.html
File metadata and controls
41 lines (41 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>WebApplicationExample</title>
<meta name="robots" content="noindex, nofollow" />
</head>
<body>
<div id="wikipage">
<table>
<tbody>
<tr>
<td style="vertical-align:top; padding-left:5px">
<div id="wikiheader">
<span style="font-size:120%;font-weight:bold">WebApplicationExample</span>
<div>
</div>
</div>
<div id="wikicontent">
<div class="vt" id="wikimaincol">
<h1><a name="Lift_Example"></a>Lift Example<a href="#Lift_Example" class="section_anchor"></a></h1>
<p>This page used to provide an example of building a <a href="http://liftweb.net" rel="nofollow">Lift</a> web application. </p>
<p>Now, just see <a href="http://github.com/lift/lift_sbt_prototype" rel="nofollow">http://github.com/lift/lift_sbt_prototype</a>. </p>
<pre class="prettyprint">$ git clone git://github.com/lift/lift_sbt_prototype
$ cd lift_sbt_prototype
$ sbt
> update
...
> jetty-run
...</pre>
<p>and browse to <a href="http://localhost:8080" rel="nofollow">http://localhost:8080</a>. </p>
<p>See also <a href="http://www.assembla.com/wiki/show/liftweb/Using_SBT" rel="nofollow">Lift's sbt documentation</a>. </p>
</div>
</div> </td>
</tr>
<tr>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript" src="http://www.gstatic.com/codesite/ph/5509366563142316864/js/dit_scripts.js"></script>
</body>
</html>