# ceph-web-mgr **Repository Path**: xinha/ceph-web-mgr ## Basic Information - **Project Name**: ceph-web-mgr - **Description**: 放到github上总感觉压力太大,写不好,放这里自己随便玩玩 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ceph-web-mgr 打造一个自己适用的ceph web管理平台。 ### 开发环境: - CentOS Linux release 7.3.1611 - python 3.4.5 - Django-2.0.5 ### 借鉴资源: - 前端模板 1. gentelella https://github.com/puikinsh/gentelella - 整体框架 1. readthedocs.org https://github.com/rtfd/readthedocs.org - 用户认证 1. django-allauth https://github.com/pennersr/django-allauth - …… ### 部署方法: 详细方法待补充,大致流程是这样的: 1. 获取代码 2. 安装依赖 3. 运行 python manage.py runserver