Giter Club home page Giter Club logo

saltadmin's Introduction

SaltAdmin

基于PythonSaltStackWebpy框架的开源运维平台
Desgin By Xiaok

一、环境说明

说明:uWSGI和Nginx作为Web容器是可选的环境,可以不部署

二、安装

1.Webpy

2.Mako

  • easy_install -Z mako

3.MySQLdb

  • yum install MySQL-python

4.SaltStack

RedHat 6 系列

Ubuntu 系列

  • add-apt-repository -y ppa:saltstack/salt
  • apt-get update
  • apt-get install salt-master
  • apt-get install salt-ssh
  • apt-get install salt-minion

5.数据库初始化

  • 新建数据库saltadmin
  • 导入doc目录下的saltadmin.sql文件
  • 配置config/database.py

三、其他依赖

依赖以下python模块

  • python-dmidecode
  • psutil

安装方法:使用系统自带的包进行安装即可

四、初始化信息

  • 会话:项目目录下新建session目录,用于保存会话
  • 启动:python run.py
  • 端口:8080
  • 用名:admin
  • 密码:admin

五、截图欣赏

登录

Login

控制中心

Dashboard

监控

Monitor

设备管理

Device

saltadmin's People

Contributors

luxiaok avatar

Watchers

James Cloos avatar  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.