Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 709 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 709 Bytes

jail-deploy

jail-deploy is a wrapper script of qjail(8) for deployment of jail environments with user-flavor.

You can deploy jail environment with your flavor which is owned by normal user, and you can maintain flavors with VCS.

Platform

FreeBSD 10.0

Getting Started

  1. Install qjail:
pkg install qjail
man qjail-intro
man qjail
man qjail-howto
  1. Clone this scripts:
git clone git://github.com/kunst1080/jail-deploy.git
  1. Please read my Usage:
$PATH_TO_THIS/jail-deploy

This script requires root control for qjail(8) and cp|mv|write for /usr/jails/. Using this scripts, you have to use su or sudo.

License

The MIT License