DogeOS

DogeOS是基于SmartOS和FIFO项目的发行版。(DogeOS is a distribution based on SmartOS and FIFO project.)

Github星跟蹤圖

DogeOS是基于SmartOSFIFO项目的发行版。 它以成为数据中心的最终云操作系统为目标:)。

  • SmartOS的所有行业经过验证的功能:ZFS,Dtrace,KVM,Zones和Crossbow。
  • 即用型管理控制台。
  • 近100%的硬件资源利用率。
  • 资源节点(a.k.a chunter节点)没有安装时间。
  • 引导,快速(<10分钟)提供第一个FiFo(管理)区域,即使没有互联网访问也可以工作。
与“FiFo”和“SmartOS”类似,DogeOS是CDDL许可的。 它可以免费使用。
项目当前版本是 v20140501T225642Z-0.6.0. 集成的SmartOS version: 20140501T225642Z, FiFo version: v0.6.0.

因项目已有多年未更新,建议使用 Project-FiFo(https://project-fifo.net)的预配置引导映像。

概覽

名稱與所有者Project-DogeOS/DogeOS
主編程語言Shell
編程語言Shell (語言數: 3)
平台
許可證
發布數3
最新版本名稱v20140501T225642Z-0.6.0 (發布於 )
第一版名稱v20140404T001635Z-0.4.4 (發布於 )
創建於2014-04-10 06:54:53
推送於2014-11-04 09:25:43
最后一次提交2014-10-28 17:49:31
星數47
關注者數12
派生數13
提交數130
已啟用問題?
問題數31
打開的問題數9
拉請求數18
打開的拉請求數0
關閉的拉請求數0
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

DogeOS

DogeOS is SmartOS + FIFO

DogeOS is, as similar to Project FiFo and SmartOS, licensed under CDDL. Generally, it is free of use.

For User

Introduction, instruction and release download, please go to homepage http://www.dogeos.net

For Developer

How to build DogeOS ?

First of all, you need a SmartOS building environment, which can be setup by following this. You may also need to be able to access public internet inside it, since during the building process we will download lots of stuff.

After that, cd <somedir>, then

git clone https://github.com/Project-DogeOS/DogeOS.git
cd DogeOS
git checkout refs/tags/<verion> -b <version>
./build.sh

After it is done, the result distribution should be

build/dist/iso/dogeos-<version>.iso
build/dist/usb/dogeos-<version>.img
去到頂部