DeerU is a content management system(DeerU 是一个开源博客系统)
Project description
DeerU is a content management system, used for blogs.
DeerU 是一个开源博客系统
依赖
Python 3.6+ – 安装教程 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
截图
首页
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DeerU-2.0.1.tar.gz
(26.1 kB
view details)
File details
Details for the file DeerU-2.0.1.tar.gz
.
File metadata
- Download URL: DeerU-2.0.1.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e026409e78f44ce137836e43ed64b09652d2afdea1371079f28bf6ca855ab10 |
|
MD5 | aaa669d877a357351cebd5145c1bb69b |
|
BLAKE2b-256 | c4da875f2904aeade65dafc14239753d5653f735f8b85822145243cdf4287e97 |