Skip to content
/ cbsd Public
forked from cbsd/cbsd

Yet one more wrapper around jail, bhyve and XEN on FreeBSD platform.

License

Notifications You must be signed in to change notification settings

run-bhyve/cbsd

 
 

Repository files navigation

CBSD Project

Copyright (c) 2013-2021, The CBSD Development Team

Homepage: https://bsdstore.ru

Description

Yet one more wrapper around jail, Xen and bhyve for FreeBSD.

demo demo

Table of Contents

  1. Project Description - What does the project do?
  2. Usage - Configuration options and additional functionality
  3. Limitations - OS compatibility, etc.
  4. Contributing - Contribute to the project
  5. Support - Mailing List, Talks, Contacts

Usage

Quick start: https://www.bsdstore.ru/en/cbsd_quickstart.html

For installation and usage see: https://www.bsdstore.ru/en/docs.html

Limitations

Tested with following OSes and distribution:

  • FreeBSD 12.0+
  • HardenedBSD

Support

Stargazers over time

Stargazers over time

Contributing

  • Fork me on GitHub: https://github.com/cbsd/cbsd.git
  • Switch to 'develop' branch
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push)
  • Create new Pull Request

Installing development version

a) First install the required dependencies:

pkg install sudo libssh2 rsync sqlite3 git

b) get the latest version of CBSD:

git clone https://github.com/cbsd/cbsd.git /usr/local/cbsd

c) create a CBSD user:

pw useradd cbsd -s /bin/sh -d /nonexistent -c "cbsd user"

d) create links of the rc.d scripts to start CBSD at system startup and create link to bsdconfig module:

cd /usr/local/etc/rc.d
ln -s /usr/local/cbsd/rc.d/cbsdd
ln -s /usr/local/cbsd/rc.d/cbsdrsyncd
mkdir -p /usr/local/libexec/bsdconfig
ln -s /usr/local/cbsd/share/bsdconfig/cbsd /usr/local/libexec/bsdconfig/cbsd

Contributors

Code Contributors

This project exists thanks to all the people who contribute. See the contributors list.

Financial Contributors

Become a financial contributor and help us sustain our community.

Patreon donate button

About

Yet one more wrapper around jail, bhyve and XEN on FreeBSD platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.0%
  • Shell 19.4%
  • Roff 2.9%
  • Makefile 1.0%
  • Max 0.3%
  • HTML 0.3%
  • Other 0.1%