This commit is contained in:
olevole
2019-09-21 13:21:31 +03:00
commit 715a4b7e54
18 changed files with 1010 additions and 0 deletions

80
contact.html Normal file
View File

@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/index.html">About</a></li>
<li role="presentation"><a href="/errata.html">Errata</a></li>
<li role="presentation"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation"><a href="/download.html">Download</a></li>
<li role="presentation" class="active"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">Contact</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<h2>Our team:</h2>
<div class="row marketing">
<li><p><strong><a href = "mailto:olevole@olevole.ru">Oleg Ginzburg</a></strong> aka <strong>olevole</strong>, CBSD/ClonOS developer: <a href="https://www.linkedin.com/in/oleg-ginzburg-7bb51317/">https://www.linkedin.com/in/oleg-ginzburg-7bb51317/</a></p></li>
<li><p><strong>Oleg Minin</strong> aka <strong>move</strong>, ClonOS UI/Backend developer</p></li>
<li><p><i> ( and we believe that this is not the final list )</i></p>
<p>Join and help us to make FreeBSD more popular!</i></p>
</div> <!-- /container -->
<br>
</div>
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

130
download.html Normal file
View File

@@ -0,0 +1,130 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/index.html">About</a></li>
<li role="presentation"><a href="/errata.html">Errata</a></li>
<li role="presentation"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation" class="active"><a href="/download.html">Download</a></li>
<li role="presentation"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">Download</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<p>ClonOS 19.09-RELEASE highlights:<p>
<ul>
<li>FreeBSD 13.0-CURRENT (r352386)</li>
<li>cloud-init support (errata)</li>
<li><a href="https://lists.freebsd.org/pipermail/freebsd-virtualization/2019-July/007604.html">fixed fbbuf/vesa video issue</a> with some recent Linux distros ( Kali Linux, Parrot, etc..)</li>
<li>p9fs support (*)</li>
<li><strong>CBSD</strong> updated to <strong>13.1.1</strong></li>
<li>jail/bhyve real-time <a target="_blank" href="/images/clonos_graph1.png">graph</a></li>
<li>Themes switcher with dark night theme</a></li>
</ul>
<p> (*) - <a href="https://www.bsdstore.ru/en/12.1.x/wf_bhyve_p9_ssi.html">CBSD CLI only</a></p>
<div class="row marketing">
<p class="lead">Source code on GitHub</p>
<ul>
<li><a href="https://github.com/clonos">ClonOS source code on GitHub</a></li>
</ul>
</div>
<br>
<p class="lead">Images</p>
<div class="row marketing">
<p>19.09-RELEASE ISO:</p>
<ul>
<li><a href="https://www.bsdstore.ru/downloads/clonos-19.09-release.iso">clonos-19.09-release.iso</a> (<strong>MD5: 68dfd0aae47e19734f0faeec7ab2fb93</strong>)</li>
</ul>
</div>
<br>
<div class="row marketing">
<p>19.09-RELEASE USB MEMSTICK ( dd if=clonos-19.09-release.img of=/dev/daX bs="10240" conv="sync" ):</p>
<ul>
<li><a href="https://www.bsdstore.ru/downloads/clonos-19.09-release.img">clonos-19.09-release.img</a> (<strong>MD5: d4e3746f43a18454e56e68931dc3c687</strong>)</li>
</ul>
</div>
<div class="row marketing">
<p>or via <strong>rsync</strong>: rsync://clonos.tekroutine.com/clonos/</p>
</div>
<br>
<p class="lead">HTTP Mirrors</p>
<div class="row marketing">
<p>Find the mirror nearest you!</p>
<ul>
<li><a href="https://clonos.ca.ircdriven.net/clonos/">https://clonos.ca.ircdriven.net/clonos/</a> :: location: Canada. Provided by: <strong>Daniel Shafer</strong></li>
<li><a href="https://clonos.us.ircdriven.net/clonos/">https://clonos.us.ircdriven.net/clonos/</a> :: location: United States. Provided by: <strong>Daniel Shafer</strong></li>
</ul>
</div>
<p class="lead">RSYNC Mirrors</p>
<div class="row marketing">
<p>Find the mirror nearest you!</p>
<ul>
<li><a href="rsync://clonos.ca.ircdriven.net/clonos/clonos/">rsync://clonos.ca.ircdriven.net/clonos/clonos/</a> :: location: Canada. Provided by: <strong>Daniel Shafer</strong></li>
<li><a href="rsync://clonos.us.ircdriven.net/clonos/clonos/">rsync://clonos.us.ircdriven.net/clonos/clonos/</a> :: location: United States. Provided by: <strong>Daniel Shafer</strong></li>
</ul>
</div>
<br>
</div> <!-- /container -->
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>

105
errata.html Normal file
View File

@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/index.html">About</a></li>
<li role="presentation" class="active"><a href="/errata.html">Errata</a></li>
<li role="presentation"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation"><a href="/download.html">Download</a></li>
<li role="presentation"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">Errata</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<h2>Errata, Q&A:</h2>
<div class="row marketing">
<p><strong>Q:</strong> <strong>Where can I find the project source code and/or register issue/bug/idea?</strong></p>
<p><strong>A:</strong> We use GitHub. <strong>ClonOS</strong> = <a href="https://github.com/cbsd/cbsd">CBSD Project</a> (as backend) + <a href="https://github.com/clonos/control-pane">ClonOS UI</a></p>
<p>Use appropriate <strong>Issue</strong> link.</p>
</div> <!-- /container -->
<br>
<div class="row marketing">
<p><strong>Q:</strong> <strong>Why the virtual machine from the profile starts so long?</strong></p>
<p><strong>A:</strong> When you first create a virtual machine through a profile, it automatically downloads the ISO from official sites. View the task log to see the status of the task.</p>
<p>You can pre-warm images via CLI command. For cloud images:
<pre>
cbsd fetch_iso keepname=0 conv2zvol=1 cloud=1 dstdir=default
</pre>
For ISO images:
<pre>
cbsd fetch_iso keepname=0 cloud=0 dstdir=default
</pre>
Details: <a href="https://www.bsdstore.ru/en/cbsd_fetch.html#cbsd_partners">fetch_iso</a>
</div> <!-- /container -->
<br>
<div class="row marketing">
<p><strong>Q:</strong> <strong>Where does the profile fetch ISO images, can it be trusted?</strong></p>
<p><strong>A:</strong> List of official sites and mirrors which is uses by <a href="https://www.bsdstore.ru">CBSD</a> (and ClonOS) located in a public GitHub account with fixed official CRC sum: <a href="https://github.com/cbsd/cbsd-vmprofiles">cbsd-vmprofiles</a>.
<p>This list/repository is maintained/supported by the <strong>CBSD</strong> community. If you have a <a href="https://github.com">GitHub</a> account, perhaps one of these contributors - <a href="https://www.bsdstore.ru/en/cbsd_fetch.html#cbsd_partners">is You!</a>
</div> <!-- /container -->
<br>
<div class="row marketing">
<p><strong>Q:</strong> <strong>I do not find many basic functions in ClonOS</strong></p>
<p><strong>A:</strong> Work on the project is focused primarily on covering the entire of <a href="https://www.bsdstore.ru">CBSD</a> functionality.</p>
<p>If you are not afraid of the Unix command line, you can always make the settings and operations you need by using <a href="https://www.bsdstore.ru/en/docs.html">CBSD</a> CLI</p>
<p>Someday we will implement the rest of UI but it may take indefinite time since we are involved in the project in our free time.</p>
<p>This is not a commercial project, we just love BSD and want to create at least one such project. You can join us in the project or help and support with <a href="https://clonos.tekroutine.com/contact.html">donations</a> or hosting/development hardware or and mirrors or by using ClonOS in your work (thus creating a stream of error reports ;-)</p>
</div> <!-- /container -->
<br>
</div>
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

BIN
images/clonos_graph1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
images/samson-back.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
img/clonos_alpha1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
img/clonos_alpha2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
img/clonos_alpha3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

BIN
img/clonos_alpha4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
img/clonos_alpha5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
img/clonos_alpha6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

BIN
img/clonos_beta1_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
img/clonos_ins1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
img/clonos_ins2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

133
index.html Normal file
View File

@@ -0,0 +1,133 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
.screenshots li {list-style-type:none;margin:16px 0;}
.screenshots li img {box-shadow:6px 6px 8px rgba(0,0,0,0.4);border:1px solid silver;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="/index.html">About</a></li>
<li role="presentation"><a href="/errata.html">Errata</a></li>
<li role="presentation"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation"><a href="/download.html">Download</a></li>
<li role="presentation"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">About</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<div class="row marketing">
<p>Current status (2019-01-24): <a href="/download.html">19.01-RELEASE</a></p>
<p><h3>About <strong>ClonOS</strong></h3></p>
<p><strong>ClonOS</strong> is a turnkey Open Source platform based on <a href="https://www.freebsd.org">FreeBSD</a> and the <a href="https://www.bsdstore.ru">CBSD framework</a>. ClonOS offers a complete web UI for easily controlling, deploying and managing FreeBSD jails containers and Bhyve/Xen hyperviser virtual environments.</p>
<p>ClonOS is currently the only platform available which allow both Xen and Bhyve hypervisor to coexist on the same host. Being a FreeBSD base platform, ClonOS ability to create and manage jails allows you to run FreeBSD applications without losing performance.</p>
<p>Features:</p>
<ul>
<li>easy management via web UI interface</li>
<li><a target="_blank" href="https://en.wikipedia.org/wiki/9P_(protocol)">9p fs support</a> via CBSD CLI ( <a target="_blank" href="https://www.bsdstore.ru/en/12.1.x/wf_bhyve_p9_ssi.html">bhyve shared folders via virtio-p9</a>)</li>
<li>live Bhyve migration [coming soon, <a href="/roadmap.html">roadmap</a>]</li>
<li>Bhyve management (create, delete VM)</li>
<li>Xen management (create, delete VM) [coming soon, <a href="/roadmap.html">roadmap</a>]</li>
<li>connection to the "physical" guest console via VNC from the browser or directly</li>
<li> Real time system monitoring</li>
<li>access to load statistics through SQLite3 and beanstalkd</li>
<li>support for ZFS features (cloning, snapshots)</li>
<li>import/export of virtual environments</li>
<li>public repository with virtual machine templates</li>
<li>puppet-based helpers for configuring popular services</li>
</ul>
<p>ClonOS is a free open-source FreeBSD-based platform for virtual environments creation and management. In the core:</p>
<ul>
<li><a href="https://www.freebsd.org">FreeBSD OS</a> as hoster platform</li>
<li><a href="https://man.freebsd.org/bhyve/8">bhyve(8)</a> as hypervisor engine</li>
<li><a href="https://xenproject.org/">Xen</a> as hypervisor engine</li>
<li><a href="https://man.freebsd.org/vale/4">vale(4)</a> as Virtual Ethernet Switch</li>
<li><a href="http://man.freebsd.org/jail/8">jail(8)</a> as container engine</li>
<li><a href="https://www.bsdstore.ru/en/">CBSD Project</a> as management tools</li>
<li><a href="https://puppet.com/">Puppet</a> as configuration management</li>
</ul>
<p>Minimum requirements:</p>
<ul>
<li>CPU: 64-bit (Intel EMT64 or AMD64), support for Intel VT/AMD-V;</li>
<li>At least 2 GB of RAM;</li>
<li>LAN card;</li>
<li>HDD;</li>
</ul>
<p>We like existing (but unfortunately Linux-only) solutions such as <a href="https://www.proxmox.com/en/">Proxmox</a>,<a href="https://www.joyent.com/triton/compute">Triton (Joyent)</a>,<a href="https://www.openstack.org/">OpenStack</a>, <a href="http://opennebula.org/">OpenNebula</a>, <a href="https://aws.amazon.com">Amazon AWS</a> and we believe that <strong>FreeBSD OS</strong> is able to give something similar.</p>
</div>
<div class="row marketing">
<p>Very first ClonOS alpha review:</p>
<ul class="screenshots">
<li><iframe width="640" height="360" src="https://www.youtube.com/embed/laJscHA0H2Y" frameborder="0" allowfullscreen></iframe></li>
</ul>
</div>
<div class="row marketing">
<p>Few screenshots at an early stage of development:</p>
<ul class="screenshots">
<li><a href="/img/clonos_beta1_dark.png" target="_blank"><img src="/img/clonos_beta1_dark.png" width="640" alt="" /></a></li>
<li><a href="/img/clonos_alpha1.png" target="_blank"><img src="/img/clonos_alpha1.png" width="640" alt="" /></a></li>
<li><a href="/img/clonos_alpha2.png" target="_blank"><img src="/img/clonos_alpha2.png" width="640" alt="" /></a></li>
<li><a href="/img/clonos_alpha3.png" target="_blank"><img src="/img/clonos_alpha3.png" width="640" alt="" /></a></li>
<li><a href="/img/clonos_alpha4.png" target="_blank"><img src="/img/clonos_alpha4.png" width="640" alt="" /></a></li>
<li><a href="/img/clonos_alpha5.png" target="_blank"><img src="/img/clonos_alpha5.png" width="640" alt="" /></a></li>
<li><a href="/img/clonos_alpha6.png" target="_blank"><img src="/img/clonos_alpha6.png" width="640" alt="" /></a></li>
</div>
</ul>
</div> <!-- /container -->
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/index.html">About</a></li>
<li role="presentation"><a href="/errata.html">Errata</a></li>
<li role="presentation"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation" class="active"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation"><a href="/download.html">Download</a></li>
<li role="presentation"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">Installation</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<hr>
<div class="row marketing">
<p class="lead">ClonOS installation.</p>
<ul>
<li><a href="/download.html">Download</a> installer image and burn it to DVD, or make a bootable USB drive</li>
<li>Insert installation media into a computer that you want to install ClonOS on.<br>
<font color="red">Warning: all data on the hard drive you selected will be erased upon ClonOS installation!</font></li>
<li>ClonOS uses bsdinstall as installer (you can refer to the <a href="https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-bsdinstall.html">corresponding documentation</a>) with two changes:
<ul>
<li>Missing item with UFS file system on partitioning stage</li>
<li>Additional components: <strong>clonos</strong>, do not unset it ;-) --> </li>
</ul>
<img src="/img/clonos_ins2.png" width="640" height="480" alt="" /></img></li>
<li>Also, make sure that you use the FQDN as a name (please add domain suffix):<br>
<img src="/img/clonos_ins1.png" width="640" height="480" alt="" /></img></li>
</ul>
</div>
<div class="row marketing">
<p class="lead">ClonOS setup</p>
<ul>
<p>Be serious about network configuration, as further work depends on the correct network settings</p>
<p>If all the steps executed sucessfully, you can start working with ClonOS by typing server IP address in your browser: http://<strong>IP</strong></p>
<p>Default <strong>username</strong> AND <strong>password</strong>: admin</p>
</ul>
<p>If you have problems with the server network, you can change it using the standard procedure in FreeBSD via <strong>/etc/rc.conf</strong> file</p>
<p>Please refer to the relevant documentation: <a href="https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html">11.5. Setting Up Network Interface Cards</a></p>
<p>If you have problem with CBSD/Nat settings, please use CBSD command to setup <strong>nodeip</strong> settings and natcfg submenu: <strong>cbsd initenv-tui</strong> as root</p>
<p>Keep in mind! The <strong>sshd</strong> daemon in CBSD running by default on <font color="red"><strong>22222</strong></font> port, not 22. You can change this via <strong>/etc/rc.conf</strong> file and apply: <strong>service sshd restart</strong></p>
</div>
</div> <!-- /container -->
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>

View File

@@ -0,0 +1,322 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/index.html">About</a></li>
<li role="presentation"><a href="/errata.html">Errata</a></li>
<li role="presentation"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation" class="active"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation"><a href="/download.html">Download</a></li>
<li role="presentation"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">Installation on FreeBSD</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<hr>
<div class="row marketing">
<h3 class="text-muted">Installing ClonOS/CBSD WEB UI via PKG</h3>
<h3><p class="lead">ClonOS in pkg packages</p></h3>
<p><strong>Daniel Shafer</strong> <a target="_blank" href="https://jenkins.ircdriven.net/job/Update%20clonos%20packages./">prepared</a> a Jenkins task to build ClonOS <a target="_blank" href="https://pkg.ircdriven.net/packages/12amd64-clonos/">pkg package repo</a> (at the moment <strong>FreeBSD 12</strong> only)</p>
<p>To enable repository, just put the following lines in <strong>/usr/local/etc/pkg/repos/clonos-pkg.ircdriven.net.conf</strong>:</p>
<pre>
ClonOS-pkg.ircdriven.net: {
url: "https://pkg.ircdriven.net/packages/12amd64-clonos/",
mirror_type: "none",
enabled: yes
}
</pre>
<p>Update pkg metafile and install it:</p>
<pre>
pkg update -f
pkg install clonos
</pre>
</div>
<div class="row marketing">
<h3 class="text-muted">Installing ClonOS/CBSD WEB UI on stock FreeBSD</h3>
<h3><p class="lead">Install ClonOS and dependencies</p></h3>
<ul>
<li>Update ports tree first:
<pre>portsnap fetch extract</pre>
</li>
<li>Install ClonOS dependencies:
<pre>pkg install -y net/libvncserver security/gnutls databases/sqlite3 shells/bash www/npm \
www/nginx sysutils/py-supervisor sysutils/cbsd security/ca_root_nss \
www/node security/sudo databases/sqlite3 net/beanstalkd devel/git devel/pkgconf www/nginx \
lang/php73 www/php73-session archivers/php73-zip databases/php73-sqlite3 databases/php73-pdo_sqlite \
www/php73-opcache devel/php73-json security/php73-hash lang/go
</pre>
</li>
<li>Checkout ClonOS ports tree:
<pre>git clone https://github.com/clonos/clonos-ports-wip.git /tmp/clonos-ports</pre>
</li>
<li>Merge ClonOS port with your ports tree:</li>
<pre>cp -a /tmp/clonos-ports/* /usr/ports/</pre>
</li>
<li>Build and install ClonOS</li>
<pre>env BATCH=no make -C /usr/ports/www/clonos install</pre>
</li>
</ul>
<p>Follow <strong>post-message</strong> instruction</p>
<p>You must merge or copy working configuration files</p>
<ul>
<li>Check for RACCT is enabled on the host, please add:
<pre>
kern.racct.enable="1"
</pre>
into /boot/loader.conf and reboot host
</li>
<li>If <strong>CBSD</strong> still not initialized, do it first:
<pre>env workdir=/usr/jails /usr/local/cbsd/sudoexec/initenv</pre>
<p>more about CBSD initialization: https://www.bsdstore.ru/en/installing_cbsd.html#initenv</p>
</li>
<li>Ensure CBSD is started:
<pre>
sysrc cbsdd_enable=YES
service cbsdd status || service cbsdd start
</pre>
</li>
<li>Configure and run beanstalkd:
<pre>
sysrc beanstalkd_flags="-l 127.0.0.1 -p 11300"
sysrc beanstalkd_enable=YES
service beanstalkd restart
</pre>
</li>
<li>Change in /usr/local/etc/php-fpm.conf events mechanism to BSD-specific.
To do this, uncomment and edit the events.mechanism parameter to:
<pre>
..
events.mechanism = kqueue
..
</pre>
Or copy: cp /usr/local/etc/php-fpm.conf.clonos.sample /usr/local/etc/php-fpm.conf
</li>
<li>Uncomment and change in /usr/local/etc/php-fpm.d/www.conf port to Unix socket and
set's correct access permission:
<pre>
..
listen = /tmp/php-fpm.sock
..
listen.backlog = -1
..
listen.owner = www
listen.group = www
listen.mode = 0660
..
</pre>
Or copy: cp /usr/local/etc/php-fpm.d/www-php-fpm.conf.clonos.sample /usr/local/etc/php-fpm.d/www.conf
</li>
<li>Add "www" user to "cbsd" group:
<pre>pw groupmod cbsd -M www</pre>
</li>
<li>To execute CBSD commands, let the www user run CBSD through sudo:
edit /usr/local/etc/sudoers.d/10_www:
<pre>
Defaults env_keep += "workdir DIALOG NOCOLOR"
Cmnd_Alias WEB_CMD = /usr/local/bin/cbsd
www ALL=(ALL) NOPASSWD:SETENV: WEB_CMD
</pre>
And make sure the file permissions are safe:
<pre>
chown root:wheel /usr/local/etc/sudoers.d/10_www
chmod 0440 /usr/local/etc/sudoers.d/10_www
</pre>
Or copy: cp /usr/local/etc/sudoers_10_www.clonos.sample /usr/local/etc/sudoers.d/10_www
</li>
<li>Change /usr/local/etc/supervisord.conf to:
<pre>
[unix_http_server]
file=/var/run/supervisor.sock
chmod=0777
chown=nobody:nobody
[supervisorctl]
serverurl=unix:///var/run/supervisor.sock
[supervisord]
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisor/supervisord.pid
nodaemon=false
minfds=1024
minprocs=200
umask=022
strip_ansi=false
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[include]
files=/usr/local/etc/supervisor.d/*.conf
</pre>
Or copy: cp /usr/local/etc/supervisord.conf.clonos.sample /usr/local/etc/supervisord.conf
</li>
<li>Make sure /usr/local/etc/supervisor.d/program_wsclonos.conf have correct
path to CBSD workdir. Please check that line "environment=PATH.." in
/usr/local/etc/supervisor.d/program_wsclonos.conf pointed to ~cbsd path
in 'cbsd_workdir':
<pre>
environment=PATH=[.skipp..],cbsd_workdir="/usr/jails"
^^^^^^^^^^
</pre>
</li>
<li>Change /usr/local/etc/php.ini params:</li>
<pre>
..
memory_limit = 256M
..
post_max_size = 12G
..
upload_tmp_dir = /tmp
..
upload_max_filesize = 16G
..
opcache.enable=1
</pre>
Or copy: cp /usr/local/etc/php.ini.clonos.sample /usr/local/etc/php.ini
</li>
<li>Configure NGINX: make sure/merge this settings into
/usr/local/etc/nginx/nginx.conf:
<pre>
user www;
load_module /usr/local/libexec/nginx/ngx_stream_module.so;
events {
use kqueue;
}
http {
include /usr/local/etc/nginx/mime.types;
default_type application/octet-stream;
client_max_body_size 1m;
include /usr/local/etc/nginx/sites-enabled/*.conf;
}
stream {
include /usr/local/etc/nginx/conf.stream.d/*.conf;
include /usr/local/etc/nginx/streams-enabled/*;
}
</pre>
Or copy: cp /usr/local/etc/nginx/nginx.conf.clonos.sample /usr/local/etc/nginx/nginx.conf
</li>
<li>Enable nginx, php-fpm and supervisord to run at system startup:
<pre>
sysrc nginx_enable="YES"
sysrc php_fpm_enable="YES"
sysrc supervisord_enable="YES"
</pre>
</li>
<li>Start nginx, php-fpm and supervisord to run at system startup:
<pre>
service nginx restart
service php-fpm restart
service supervisord restart
</pre>
</li>
<li>Configure CBSD:
<pre>
1)
~cbsd/etc/modules.conf must have:
pkg.d
bsdconf.d
zfsinstall.d
puppet.d
convectix.d
cbsd_queue.d
vncterm.d
</pre>
Or copy: cp /usr/local/etc/cbsd-modules.conf.clonos.sample ~cbsd/etc/modules.conf
<pre>
2) Re-run CBSD initenv to init modules:
cbsd initenv
3) Init web user database:
sh /usr/local/cbsd/modules/forms.d/clonos_database/initforms.sh
4) Configure and run CBSD RACCT stats daemon:
sysrc cbsd_statsd_hoster_enable=YES
sysrc cbsd_statsd_jail_enable=YES
sysrc cbsd_statsd_bhyve_enable=YES
service cbsd-statsd-hoster restart
service cbsd-statsd-jail restart
service cbsd-statsd-bhyve restart
</pre>
</li>
<li>Open ClonOS UI in your web browser.
<pre>
Default login: 'admin', default password: 'admin'
</pre>
</li>
<li>Enjoy the ClonOS !</li>
</ul>
</div>
<hr>
</div>
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>

140
roadmap.html Normal file
View File

@@ -0,0 +1,140 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Free Open-Source Hosting Platform &laquo;ClonOS&raquo;</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.jumbotron {background: url(/images/samson-back.jpg) no-repeat 50% 50%; overflow:hidden;color:white;text-shadow:0 0 4px black;}
</style>
<a href="https://github.com/clonos/control-pane" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/index.html">About</a></li>
<li role="presentation"><a href="/errata.html">Errata</a></li>
<li role="presentation" class="active"><a href="/roadmap.html">RoadMap</a></li>
<li role="presentation"><a href="/installation_from_media.html">Installation</a></li>
<li role="presentation"><a href="/installation_on_freebsd.html">Installation on FreeBSD</a></li>
<li role="presentation"><a href="/download.html">Download</a></li>
<li role="presentation"><a href="/contact.html">Contact</a></li>
<li role="presentation"><a target="_blank" href="https://www.bsdstore.ru/en/donate.html">Support the project</a></li>
</ul>
</nav>
<h3 class="text-muted">RoadMap</h3>
</div>
<div class="jumbotron">
<h1>ClonOS</h1>
<p class="lead">FreeBSD based distro for virtual hosting platform and appliance</p>
</div>
<h2>The main roadmap, outlined prospects and the vector of development for ClonOS</h2>
<hr>
<div class="row marketing">
<p><strong>bhyve live migration support</strong></p>
<p><strong>status:</strong> <a href="https://www.bsdstore.ru/en/12.0.x/wf_bmigration_ssi.html">Implemented</a> in <strong>CBSD</strong></p>
<p><strong>wip:</strong> add patches for live migration info ClonOS base; implement ClonOS action for <strong>cbsd bmigrate</strong></p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>ClonOS XEN submenu</strong></p>
<p><strong>status:</strong> Implemented in <strong>CBSD</strong></p>
<p><strong>wip:</strong> clone 'bhyve'-related code to 'xen' and replace 'b' prefixes for cbsd command with 'x'</p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>CEPH/GlusterFS support out of the box (provisioning scripts)</strong></p>
<p><strong>status:</strong> not started</p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>iSCSI support for XEN and bhyve block devices;</strong></p>
<p><strong>status:</strong> not started</p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>Clustering DRS: automatic balancing (migration) based on CPU and memory loads</strong></p>
<p><strong>status:</strong> collect metrics from RACCT subsystem <a href="https://www.bsdstore.ru/en/racct_exports.html">Implemented</a></p>
<p><strong>wip:</strong> live migration patches, metrics analysis plugin; generation of recommendations</p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>Safe automatic updating of nodes in a cluster (node maintenance mode with automatic domain migration);</strong></p>
<p><strong>status:</strong> not started</p>
<p><strong>wip:</strong> live migration patches, maintenance mode (tagging)</p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>High availability (HA-cluster);</strong></p>
<p><strong>status:</strong> not started</p>
<p><strong>wip:</strong> live migration patches, fencing by IPMI</p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>Metrics for CPU, Memory, I/O: support for Prometheus/Gragana/Zabbix from the box;</strong></p>
<p><strong>status:</strong> collect metrics from RACCT subsystem <a href="https://www.bsdstore.ru/en/racct_exports.html">Implemented</a></p>
<p><strong>wip:</strong></p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>Stretched virtual L2 network (vxlan, qinq) for mutliple DataCenter;</strong></p>
<p><strong>status:</strong> not started</p>
<p><strong>wip:</strong></p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>physical interfaces aggregation;</strong></p>
<p><strong>status:</strong> not started</p>
<p><strong>wip:</strong></p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>Roles, Integration with AD. RBAC and SSO;</strong></p>
<p><strong>status:</strong> not started</p>
<p><strong>wip:</strong></p>
</div> <!-- /container -->
<hr>
<div class="row marketing">
<p><strong>RestAPI</strong></p>
<p><strong>status:</strong> initial RestAPI support for CBSD started in separated repo</p>
<p><strong>wip:</strong></p>
</div> <!-- /container -->
</div>
<footer class="footer">
<div class="container">
<center><p class="navbar-text col-md-12 col-sm-12 col-xs-12">&copy; 2017-2019 ClonOS.</p></center>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>