杜郎俊赏 - dujun.io

开源实例之twtxt

twtxt-example封面
前言 twtxt is a decentralised, minimalist microblogging service for hackers. twtxt 是一个极客微博程序,通过命令行操作。本实例是用 phpub2twtxt 部署的 web 界面。 实例地址 http://twtxt.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 程序 twtxt 1.3.1 实例部署 权限要求 具有系统读写权限 已安装 Python 安装程序 官网地址:https://github.com/buckket/twtxt 文档地址:https://twtxt.readthedocs.io phpub2twtxt仓库:https://github.com/sorenpeter/phpub2twtxt #安装 pip3 install twtxt #初始...

2023-11-02

开源实例之izone

izone-example封面
前言 本实例是一个以 Django 作为框架搭建的个人博客。 实例地址 http://izone.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 MariaDB 10.5 缓存 Redis 服务器 Nginx 程序 izone 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 MySQL、Redis 已安装 Nginx 安装程序 仓库地址:https://github.com/Hopetree/izone #克隆代码 git clone https://github.com/Hopetree/izone.git cd izone #完善数据库配置 vim izone/settings.py #安装依赖 pip install -r requirements.txt #数据初始化 python3 manage.py...

2023-10-20

开源实例之DjangoBlog

djangoblog-example封面
前言 本实例是基于Django的博客系统。 实例地址 http://djangoblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 MariaDB 10.5 程序 DjangoBlog 1.0.0.7 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 MySQL 安装程序 仓库地址:https://github.com/liangliangyy/DjangoBlog #克隆代码 git clone https://github.com/liangliangyy/DjangoBlog.git cd DjangoBlog #修改数据库配置 vim djangoblog/setting.py #安装依赖 pip install -Ur requirements.txt #数据初始化 python3 manage.p...

2023-10-18

开源实例之枫枫知道博客

fengfengblog-example封面
前言 本实例是基于python3.6.8和Django3.2.10的博客。 实例地址 http://fengfengblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 MariaDB 10.5 程序 枫枫知道博客 5.0.4 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 MySQL 安装程序 仓库地址:https://gitee.com/fengfengzhidao/fengfeng-blog #克隆代码 git clone https://gitee.com/fengfengzhidao/fengfeng-blog.git cd fengfeng-blog #安装依赖 pip install -r requirements.txt #将 blog.sql 导入数据库 #修改数据库配置 vim Fengf...

2023-10-10

开源实例之NotePy

notepy-example封面
前言 notepy是一个非常简单的博客系统,采用 tornado 框架开发,支持文章的增删改查,支持文章标签,notepy 文章发布支持 markdown 语法。如果你厌倦了那些功能复杂的博客,只想安心写点东西,或许notepy就是你要的! 实例地址 http://notepy.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 MariaDB 10.5 程序 NotePy 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 MySQL 安装程序 仓库地址:https://github.com/no2key/notepy #克隆代码 git clone https://github.com/no2key/notepy.git cd notepy #安装依赖 pip install tornado==3.2 markdow...

2023-10-02

开源实例之DeerU

deeru-example封面
前言 DeerU 是一个开源博客系统,它基于Django开发。从 2.0 开始定位为可供二次开发的博客系统,将为有django、前端经验开发者提供可自行扩展博客系统。 实例地址 http://deeru.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 SQLite 3 程序 DeerU 2.0.2 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 SQLite 安装程序 仓库地址:https://gitee.com/gojuukaze/DeerU #安装 pip install deeru deeru-admin install deeru #初始化数据 python manage.py init_deeru #本地运行 python manage.py runserver 0.0.0.0:8000 实例体验 进入...

2023-09-19

开源实例之h3blog

h3blog-example封面
前言 本实例是一个注重创作的轻博客系统,选用python语言flask框架开发,前端采用bootstrap4轻量模板,注重内容创作与工具开发。 实例地址 http://h3blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 SQLite 3 程序 h3blog 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 SQLite 安装程序 仓库地址:https://gitee.com/pojoin/h3blog #克隆代码 git clone https://gitee.com/pojoin/h3blog.git cd h3blog #安装依赖 pip install -r requirements.txt #启动 export FLASK_ENV=development flask run 启动后访问网站,跟随安...

2023-09-14

开源实例之Pystatic

pystatic-example封面
前言 Dead simple static site generator. To build a website you need only one line of Python, the rest is Markdown, HTML, and CSS. 实例地址 http://pystatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Pystatic 1.1 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/Zedelghem/pystatic #克隆代码 git clone https://github.com/Zedelghem/pystatic.git cd pystatic #安装依赖 pip inst...

2023-07-19

开源实例之Pagegen

pagegen-example封面
前言 Pagegen is a Python static site generator with reStructuredText or Markdown markup and Mako templates. Live reloading. Pagegen takes content found in a bunch of regular plain text files and folders and wraps them up nicely as a website. You can focus on writing content, and pagegen will do it up for web. 实例地址 http://pagegen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Pageg...

2023-07-19

开源实例之drupan

drupan-example封面
前言 Drupan is a flexible static site generator helping you to create blogs, single page applications or traditional websites. While being opinionated the plugin system allows you to extend it with any functionality you desire. 实例地址 http://drupan.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 drupan 3.0.2 模版 drupan-template-blog 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 程序仓库:ht...

2023-07-17

分页: 1 2 3 4