- Install Go
- Run:
go install .
- Installs from
$GOPATH/bin/nagini
Note: Run from $GOPATH/bin/nagini
, best option is to add this to your PATH. Another option is to run from raw sources files as specified in the "Contributing" section.
- Help
nagini --help
- Log Pulling
nagini log [config YAML] [flags]
TODO
cd ./build/centos7
./build.sh
nagini
binary will be in build/centos7/output
- Clone repo
- Run
--help
flag to see available options. (TODO: Add better info about command options)
go run . --help
- Clone repo
- Run
--help
flag to see available options. (TODO: Add better info about command options)
go run . --help
- Clone repo & Open shell in the project directory.
- Run the following command:
go test -v ./test/...
- Fork project
- Make changes
- Submit Pull Request with passing tests