diff --git a/contact.html b/contact.html index 4a5aedb..2b8f953 100644 --- a/contact.html +++ b/contact.html @@ -13,6 +13,7 @@ + @@ -57,6 +58,10 @@

FreeBSD based distro for virtual hosting platform and appliance

+
+

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

+
+

Our team:

  • Oleg Ginzburg aka olevole, CBSD/ClonOS developer: https://www.linkedin.com/in/oleg-ginzburg-7bb51317/

  • @@ -70,7 +75,7 @@
    diff --git a/download.html b/download.html index e28f791..71d6f3f 100644 --- a/download.html +++ b/download.html @@ -13,6 +13,7 @@ + @@ -58,6 +59,10 @@

    FreeBSD based distro for virtual hosting platform and appliance

    +
    +

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

    +
    +

    ClonOS 19.09-RELEASE highlights:

    -

    or via rsync: rsync://clonos.tekroutine.com/clonos/

    +

    or via rsync: rsync://clonos.convectix.com/clonos/


    HTTP Mirrors

    @@ -133,7 +138,7 @@ diff --git a/errata.html b/errata.html index c5a99c4..2a6a01b 100644 --- a/errata.html +++ b/errata.html @@ -13,6 +13,7 @@ + @@ -56,7 +57,17 @@

    FreeBSD based distro for virtual hosting platform and appliance

    +
    +

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

    +
    +

    Errata, Q&A:

    +
    +

    Q: How to upgrade the ClonOS ?

    +

    A:There are currently no ClonOS update mechanisms out-of-the box due to the lack of any build infrastructure. We are looking for sponsorship (see open task in FreeBSD 2019Q3 status reports) to do this. + However, you can use the standard update methods for FreeBSD to update your ClonOS servers (via pkg, svn / git or freebsd-update)

    +
    +

    Q: Where can I find the project source code and/or register issue/bug/idea?

    A: We use GitHub. ClonOS = CBSD Project (as backend) + ClonOS UI

    @@ -89,13 +100,13 @@ cbsd fetch_iso keepname=0 cloud=0 dstdir=default

    A: Work on the project is focused primarily on covering the entire of CBSD functionality.

    If you are not afraid of the Unix command line, you can always make the settings and operations you need by using CBSD CLI

    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.

    -

    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 donations or hosting/development hardware or and mirrors or by using ClonOS in your work (thus creating a stream of error reports ;-)

    +

    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 donations or hosting/development hardware or and mirrors or by using ClonOS in your work (thus creating a stream of error reports ;-)


    diff --git a/index.html b/index.html index 462a4f9..38b0eb3 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ + @@ -61,8 +62,13 @@

    FreeBSD based distro for virtual hosting platform and appliance

    +
    +

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

    +
    +
    -

    Current status (2019-09-22): 19.09-RELEASE

    +

    Upcoming: (2021): preparation for 21.01-release begins 21.01-RELEASE

    +

    Current status (2019-09-22): 19.09-RELEASE

    About ClonOS

    ClonOS is a turnkey Open Source platform based on FreeBSD and the CBSD framework. ClonOS offers a complete web UI for easily controlling, deploying and managing FreeBSD jails containers and Bhyve/Xen hyperviser virtual environments.

    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.

    @@ -123,7 +129,7 @@ diff --git a/installation_from_media.html b/installation_from_media.html index 7d1333b..bc06e6f 100644 --- a/installation_from_media.html +++ b/installation_from_media.html @@ -13,6 +13,7 @@ + @@ -58,6 +59,10 @@

    FreeBSD based distro for virtual hosting platform and appliance

    +
    +

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

    +
    +
    @@ -92,7 +97,7 @@
    diff --git a/installation_on_freebsd.html b/installation_on_freebsd.html index cd00033..fa1ace8 100644 --- a/installation_on_freebsd.html +++ b/installation_on_freebsd.html @@ -17,6 +17,7 @@ Free Open-Source Hosting Platform «ClonOS» + @@ -118,6 +119,10 @@ FreeBSD based distro for virtual hosting platform and appliance

    +
    +

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

    +
    +
    @@ -195,14 +200,14 @@ www/php73-opcache devel/php73-json security/php73-hash lang/go
  • Checkout ClonOS ports tree:
    -git clone https://github.com/clonos/clonos-ports-wip.git /tmp/clonos-ports
    +git clone https://github.com/clonos/clonos-ports-wip.git /root/clonos-ports
     						
  • -Merge ClonOS port with your ports tree: -
    -cp -a /tmp/clonos-ports/* /usr/ports/
    -						
    +Create overlays vars for ClonOS ports +
    +echo 'OVERLAYS=/root/clonos-ports' >> /etc/make.conf
    +					
  • Build and install ClonOS @@ -495,7 +500,7 @@ Enjoy the ClonOS !
    diff --git a/roadmap.html b/roadmap.html index 719aebf..b8fe593 100644 --- a/roadmap.html +++ b/roadmap.html @@ -13,6 +13,7 @@ + @@ -56,6 +57,10 @@

    FreeBSD based distro for virtual hosting platform and appliance

  • +
    +

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

    +
    +

    The main roadmap, outlined prospects and the vector of development for ClonOS


    @@ -130,7 +135,7 @@