|
NAMEreggae-project —
project provisioner for CBSD jails
SYNOPSIS
DESCRIPTIONA project consists of:
One project can contain many services, and that's going to be shown in the generated Makefile. The SERVICES variable in it will be commented but populated with example services. All services when downloaded will be in services/<service> directory. You can run make <target> on the project:
Special note for the devel target: your repo must have bin/devel.sh which be ran on the host. All project targets can be suffixed with service=<service> but in the above list only those which require a service are explicitely mentioned. If the service is passed as an argument, the target will be executed only on that service/jail. EXAMPLESQuickest way to get basic project is:mkdir myproject cd myproject reggae init-project SEE ALSOreggae-service(1) reggae-provision(1)AUTHORSGoran Mekić <meka@tilda.center>
Visit the GSP FreeBSD Man Page Interface. |