10.1 Revel 프로젝트 만들기
10.1.1 Revel 설치하기
먼저 Revel 공식 홈페이지의 Tutorial 페이지(https://revel.github.io/tutorial/index.html)를 참고하여 Revel을 설치한다. 설치가 완료되면 Revel 도구가 정상적으로 동작하는지 확인해 보자.
$ revel help
~
~ revel! http://revel.github.io
~
usage: revel command [arguments]
The commands are:
new create a skeleton Revel application
run run a Revel application
build build a Revel application (e.g. for deployment)
package package a Revel application (e.g. for deployment)
clean clean a Revel application's temp files
test run all tests from the command-line
UUse "revel help [command]" for more information.