OpenNebula

来源:互联网 发布:淘宝网装饰腰带 编辑:程序博客网 时间:2024/05/18 20:50

OpenNebula是一个开源项目,提供一个简单但功能丰富、灵活的解决方案来建立和管理企业云和虚拟化数据中心。

完整的文档: http://opennebula.org/documentation:documentation

如何做出贡献:http://opennebula.org/community:contribute


Installation

Requirements

该机将作为OpenNebula服务器,因此需要安装以下软件:

  • ruby >= 1.8.5
  • sqlite3 >= 3.5.2
  • xmlrpc-c >= 1.06
  • openssl >= 0.9
  • ssh
  • sqlite3-ruby gem
此外,从源代码编译OpenNebula,你需要:
  • Development versions of the sqlite3xmlrpc-c and openssl packages, if your distribution does not install them with the libraries.
  • scons >= 0.97
  • g++ >= 4
  • flex >= 2.5 (optional, only needed to rebuild the parsers)
  • bison >= 2.3 (optional, only needed to rebuild the parsers)
  • libxml2-dev

Ruby Libraries Requirements


0 0