FreeBSD virtual environment management and repository

2020-10 upd: we reached the first fundraising goal and rented a server in Hetzner for development! Thank you for donating !

CBSD quick start

Initialization

CBSD Quick Start Guide

Install CBSD from ports or pkg:

        make -C /usr/ports/sysutils/cbsd install
        
        pkg install -y cbsd
        

Configure the working directory in /usr/jails and initialize:

        env workdir=/usr/jails /usr/local/cbsd/sudoexec/initenv
        

In most cases, the default parameters are acceptable, just press Enter if you agree with them

If you have any questions about customization, please see the page Initial setup

Create and run jail

Run the container creation configurator

        cbsd jconstruct-tui
        

run jail

        cbsd jstart
        

Create and run bhyve

Run the VM creation configurator

        cbsd bconstruct-tui
        

run bhyve

        cbsd bstart