2023-02 upd: important announcement. Due to the loss of the main server (non-technical problems related to paying for hosting), the CBSD-related images (ISO, cloud images, jail images ...) will be unavailable indefinitely.
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