Install Go Set up your GOPATH Install git and hg Get the Revel framework Get and Build the Revel command line tool Install Go Before you can use Revel, first you need to in...
Use the revel command line tool to create a new application in your GOPATH and run it: $ export GOPATH = "/home/me/gostuff" $ cd $GOPATH $ revel new myapp ~ ~ revel ! ...
命令行工具 Build and Run 命令行工具 Build and Run 为了使用Revel,必须构建Revel命令行工具: $ go get github . com / revel / revel / revel 现在运行它: $ bin / revel ~ ~ revel ! http : //reve...
Routes Controller Methods Templates Hot-reload In the previous page we created a new Revel applicationcalled myapp . On this page we look at how Revel handles the HTTP reques...
Config Example Db Setup GoDoc Reference GitHub Labels Revel does not come configured with a database or ORM interface. There are modules likeGORM that can be used to provide ...
How do I integrate existing http.Handlers with Revel ? What is the relationship between interceptors, filters, and modules ? Hot Reload is really slow with sqlite3 ? Is there an...