This is a creation in Article, where the information may have evolved or changed.
First Bing a blog post, refer to To download the installation, the first step go get run Error:
go:missing Mercurial command.
See the error message is the source Code control tool is not pre-installed, simply go to the official website to view
Http://robfig.github.io/revel/tutorial/gettingstarted.html ,
sure enough, the installation wizard is very detailed, from the outset to install two source control tools:
Install git and HG
Both Git and Mercurial is required to allow go get to clone various dependencies.
git has been installed before, only need to install mercurial, press the link to enter Http://mercurial.selenic.com/wiki/Download#Windows
Choose the option that fits my native configuration Mercurial-2.6.2 (64-bit msi) download, the result link is invalid , estimated probably is the Great Wall of the celestial kingdom to stop, can only directly search the name of the installation program, simply have a domestic download address HTTP// Www.onlinedown.net/soft/111939.htm
download and install, execute under command line
Go get github.com/robfig/revel
Download successfully. In my CentOS installation using yum install "*mercurial*"
Enter the Revel/revel directory, execute the Go Build command, generate the Revel.exe file, create a new Revel skeleton project like the play framework for scale, run the Revel application, Build a Revel project, or execute test.