Git Product home page Git Product logo

oneoaascmdb's Introduction

OneOaaS-CMDB Community Edition

说明:本项目版本归OneOaaS所有,不遵循开源协议,但可以让所有企业免费使用,无需担心版权问题,如有更复杂需求,可以联系使用企业版

功能概要

数据中心资源

  • 数据中心管理
  • 机房管理
  • 机柜管理
  • 带宽管理
  • 硬件管理
  • 服务器管理

业务资源

  • 业务模块

供应商资源

  • 供应商

使用方法

配置说明

app.conf关键项说明(以下配置项用户可以根据自己情况进行修改):
httpport 应用端口配置
dbtype  数据库类型配置,当前仅测试过mysql
dbuser  数据库用户配置
dbpass  数据库密码配置
dbhost  数据库主机地址配置
dbport  数据库端口配置
dbname  数据库名称配置

安装说明

安装要求:
1.mysql5.6以上
2.linux 2.6.32 以上

第一步解压安装包:tar -xvf oneoaas-cmdb.community.linux.x86_64.tar.gz
第二步创建数据库:CREATE DATABASE if not exists oneoaas_cmdb  CHARSET utf8 COLLATE utf8_general_ci;
第三步导入数据库:mysql -h localhost -u root -p oneoaas_cmdb < community_edition.sql
第四步启动应用: sh start.sh
第五步访问应用: http://你配置的IP或域名:你配置的端口 默认用户oneoaas 默认密码oneoaas

界面截图

cmdb-login cmdb-datacenter cmdb-room cmdb-rack cmdb-supplier cmdb-app cmdb-server

项目合作

oneoaascmdb's People

Contributors

heidsoft avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.