创建一个新的 Revel 应用程序
在 GOPATH 中使用 Revel 命令行工具创建一个空的项目并运行:
$ cd $GOPATH
$ revel new myapp
~
~ revel! http://revel.github.io
~
Your application is ready:
/Users/revel/code/gocode/src/myapp
You can run it with:
revel run myapp
$ revel run myapp
~
~ revel! http://revel.github.io
~
2012/09/27 17:01:54 run.go:41: Running myapp (myapp) in dev mode
2012/09/27 17:01:54 harness.go:112: Listening on :9000
打开你的浏览器 http://localhost:9000/ 看到一个通知,您的应用程序已准备就绪。
点击这里查看项目结构。
下一篇: 学习 Reve 如何处理请求。
当前内容版权归 gorevel.cn 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 gorevel.cn .