Skip to main content

DeerU is a content management system(DeerU 是一个开源博客系统)

Project description

https://github.com/gojuukaze/DeerU/blob/master/logo_black.png?raw=true

DeerU is a content management system, used for blogs.

DeerU 是一个开源博客系统

依赖

  • Python 3.5+ – 安装教程 https://www.ikaze.cn/article/28

  • pip 10+

  • git

  • libjpeg,zlib – pillow包的依赖

    • ubuntu: apt-get install libjpeg8-dev zlib1g-dev libfreetype6-dev

    • centos: yum -y install python-devel zlib-devel libjpeg-turbo-devel

目录

安装

  • 安装之前建议配置虚拟环境

pip install virtualenv
virtualenv --no-site-packages deeru_env
source deeru_env/bin/activate
  • pip安装

pip install DeerU
deeru-admin install deeru
  • 手动安装

git clone -b dev https://github.com/gojuukaze/DeerU.git
cd DeerU
pip install -r requirements.txt

初始化

  • 运行下面命令初始化项目,注意:如果你更改了数据库的配置,或者修改了主题的静态文件 则需要再次运行初始化

cd DeerU # 如果你没进入工程目录先进入
python manage.py init_deeru

运行

  • 以debug模式运行

python manage.py runserver 0.0.0.0:8000

license

DeerU使用 GNU General Public License v3.0 协议 ,你可以在遵循此协议的情况下免费使用DeerU

截图

首页

https://github.com/gojuukaze/DeerU/blob/dev/docs/source/_static/home.png?raw=true https://github.com/gojuukaze/DeerU/blob/dev/docs/source/_static/detail.png?raw=true https://github.com/gojuukaze/DeerU/blob/dev/docs/source/_static/admin.png?raw=true https://github.com/gojuukaze/DeerU/blob/dev/docs/source/_static/admin3.png?raw=true https://github.com/gojuukaze/DeerU/blob/dev/docs/source/_static/p2.png?raw=true

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeerU-1.0.0.tar.gz (25.8 kB view hashes)

Uploaded Source

Built Distribution

DeerU-1.0.0-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page