DogeOS

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

Github stars Tracking Chart

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)的预配置引导映像。

Overview

Name With OwnerProject-DogeOS/DogeOS
Primary LanguageShell
Program languageShell (Language Count: 3)
Platform
License:
Release Count3
Last Release Namev20140501T225642Z-0.6.0 (Posted on )
First Release Namev20140404T001635Z-0.4.4 (Posted on )
Created At2014-04-10 06:54:53
Pushed At2014-11-04 09:25:43
Last Commit At2014-10-28 17:49:31
Stargazers Count47
Watchers Count12
Fork Count13
Commits Count130
Has Issues Enabled
Issues Count31
Issue Open Count9
Pull Requests Count18
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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
To the top