Skip to content

Commit

Permalink
Added lift 3.0 to download page
Browse files Browse the repository at this point in the history
  • Loading branch information
fmpwizard committed Mar 19, 2016
1 parent 6eae262 commit 459be01
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions site/download.cms.xml
Expand Up @@ -23,6 +23,25 @@
</div>
<dl>
<dt>Download:</dt>
<dd>
<i class="icon-download-alt" style="vertical-align: midle;"></i>
<span class="label label-info">Lift 3.0:</span>
<a href="https://github.com/lift/lift_30_sbt/tarball/master">TAR</a>
or
<a href="https://github.com/lift/lift_30_sbt/zipball/master">Zip</a>
.
<br />
Expand the project, cd into the directory and then into
"lift_basic" subdirectory.
Then type
<pre class="prettyprint lang-scala">
./sbt
> container:start
</pre>
and you should be able to browse to <code>http://localhost:8080</code> and see your running Lift app.
<hr />
</dd>
<dd>
<dd>
<i class="icon-download-alt" style="vertical-align: midle;"></i>
<span class="label label-info">Lift 2.6:</span>
Expand Down

0 comments on commit 459be01

Please sign in to comment.