Git Product home page Git Product logo

it_asset's Introduction

注意:本系统属于测试项目,不适合生产环境

IT资产管理系统使用说明

1.本系统需要使用Python Django、Python MySQL-db、Bootstrap3、Jquery等模块支持

2.支持原生Django部署且同时也支持Nginx+Wsgi方式部署

3.模块安装:

git clone https://github.com/iwordz/it_asset

cd it_asset

导入 it_asset.sql mysql数据库文件

下面开始安装Django类库:

pip install django==1.7

pip install MySQL-Python(如果执行上面命令出现找不到"EnvironmentError: mysql_config not found"等字样,则需要执行export PATH=$PATH: /path/mysql/bin 注意path是你mysql安装的实际目录。)

4.本系统已经在Mac OSX和Centos上进行过测试

5.部分功能界面预览

5.1仪表盘功能

image

5.2机柜分布图

image

5.3配置项管理

image

5.4用户管理

image

6.正式发布

打开setting.py设置如下参数: DEBUG=False ALLOWED_HOSTS = ["*"]

7.本系统部分使用了开源系统,如有侵犯您的版本,请联系我删除,谢谢合作!

8.本系统仅仅是一个实验性的演示系统,不作为正式环境产品。感谢您的参与。如果在测试过程中遇到任何问题,请与我联系。(email:[email protected]

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.