Play framework安装

下载地址:http://download.playframework.org/

解压后,开启cmd,
F:\play-1.0-r678\framework>  ant

设置环境变量F:\play-1.0-r678到Path

新开cmd,输入play,若看到如下图案,即为成功.
       _            _
_ __ | | __ _ _  _| |
| '_ \| |/ _' | || |_|
|  __/|_|\____|\__ (_)
|_|            |__/

play! 1.0-RC-localbuild, http://www.playframework.org

Usage: play cmd [app_path] [--options]

with,  new      Create a new application
       run      Run the application in the current shell
       help     Show play help

你可能感兴趣的:(ant,F#)