jinglong/opsboy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a rule-based sysadmin script generator.
# on the developer host machine
./opsboy samples/openresty-tester.ob -o openresty-tester.pl
# on the target machine
./openresty-test.pl make t-ngx_lua tv-ngx_srcache --git-pull force=1
Installation on the Developer Host Machine
$ sudo cpan Parse::RecDescent File::Copy
This is not required on the target machine though. The target
machine only needs to have perl 5 installed.