diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-12 13:42:50 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-12 13:42:50 +0000 |
commit | 8f9b796db06e5a943f03ebd30b1033c2c680e882 (patch) | |
tree | ab752a900345d755c292193d0f466c21de997f4d /index.html | |
parent | ffda558c8a4f04626a8d44316bef6033de67d5e7 (diff) | |
download | vaadin-framework-8f9b796db06e5a943f03ebd30b1033c2c680e882.tar.gz vaadin-framework-8f9b796db06e5a943f03ebd30b1033c2c680e882.zip |
Better instructions for starting demo on index.html
svn changeset:699/svn branch:toolkit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html index 2460eb9456..2af672be99 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,11 @@ <p>To get quick feel of the toolkit, look at the demos:</p> <ul> <li><a href="http://toolkit.itmill.com/demo/?s=4.0.0-beta1-package">Online at IT Mill</a></li> - <li>To run demos locally, run start.bat (on Windows) or start.sh (on Mac or Linux) in <a href="demo">demo -directory</a></li> + <li>To run demos locally, run start.bat (on Windows) or start.sh (on Mac or Linux) + in <a href="demo">demo -directory</a>. + After the local demo server has started, demos are found in + <a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>. + </li> </ul> </div> |