开源实例之Cactus
前言
Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs.
Cactus 是一个简单而强大的静态网页生成器程序,它使用 Python 和 Django 的模板系统。它的本地开发和在 S3 上的部署都非常的简单。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 2.7 |
服务器 | Nginx |
程序 | Cactus 3.3.3 |
数据 | Cactus Example Blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
程序仓库:https://github.com/eudicots/Cactus
数据仓库:https://github.com/koenbok/CactusBlog
#克隆代码
git clone https://github.com/koenbok/CactusBlog.git blog
cd blog
#安装 Cactus
pip install cactus
#生成静态文件
cactus build
实例体验
后记
本实例仅供参考,不定期重置数据。