In order to run the Jiffy application generator, ensure the following:
Make sure Go has been installed in the test environment. See http://www.golang.org for installation files and instructions.
Make sure that the Jiffy source code and dependencies have been installed.
One of the supported databases is available, either locally or over the network.
Jiffy can be started in two ways:
jiffy -m "/tmp/simpleSingleEntityModel.json" -p "/github.com/footle.com/mynewsvcs"
cd $GOPATH/src/github.com/1414C/jiffy
go run main.go -m "/tmp/simpleSingleEntityModel.json" -p "/github.com/footle.com/mynewsvcs"
We will discuss the flags and parameters in the following sections.