杜郎俊赏 - dujun.io

开源实例之Go Markdown Blog

go-markdown-blog-example封面
前言 本实例是基于 Go 语言实现的 Markdown 博客系统。 实例地址 https://go-markdown-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 数据库 MariaDB 10.5 缓存 Redis 程序 Go Markdown Blog 1.2 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 MySQL、Redis 安装程序 仓库地址:https://github.com/convee/goblog #克隆代码 git clone https://github.com/convee/goblog.git cd goblog #将 blog.sql 导入数据库并修改相关配置 vim conf/dev.yml #下载依赖 make dep #编译 make build #运行 http://local...

2023-10-10

开源实例之枫枫知道博客

fengfengblog-example封面
前言 本实例是基于python3.6.8和Django3.2.10的博客。 实例地址 https://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 Feng...

2023-10-10

开源实例之勾股博客

gougublog-example封面
前言 勾股博客是一套基于ThinkPHP6.1.4 + Layui2.7.3 + MySql打造的免费开源的博客系统。具有简约,易用,内存占用低等特点,可以做个人博客、工作室官网、自媒体官网等网站,二次开发之后也可以作为资讯、展品展示等门户网站。勾股博客,让分享更简单! 实例地址 https://gougublog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 勾股博客 3.0.16 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://gitee.com/gouguopen/blog #克隆代码 git clone https://gitee.com/gouguopen/blog.git cd blog #安...

2023-10-09

开源实例之min-Blog

min-blog-example封面
前言 Min-Blog 是一款超轻量级的博客系统,基于PHP-Mysql,使用超轻量级的 ZPHP-MIN 框架构建 非常适合个人博客,或者记点学习笔记什么的。可以设置私有标签,私有标签下的文章只有自己登录后可见。 实例地址 https://min-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 min-Blog 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://gitee.com/o123/min-blog 下载代码到服务器域名解析的目录,然后访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-09

开源实例之ThinkPHP5博客

thinkphp5-blog-example封面
前言 本实例是基于ThinkPHP5的个人博客系统。 实例地址 https://thinkphp5-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 ThinkPHP5-Blog 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://gitee.com/dsx52220/blog 将 dsx_blog.sql 导入数据库,并修改 application/database.php 数据库配置。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-08

开源实例之OurJS

ourjs-example封面
前言 Free Blog Engine, Forum System, Website Template and CMS Platform based on Node.JS and Redis OurJS 是基于Node.JS和Redis的开源的高性能博客引擎,网站模板,论坛系统和轻量级的CMS系统 本篇是 OurJS 搭建的博客实例。 实例地址 https://ourjs.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 Redis 程序 OurJS 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Redis 安装程序 仓库地址:https://github.com/newghost/ourjs #修改 config.js Redis 配置 #启动 sh ourjs.sh #注册账号,进入 Redis 赋予管理员...

2023-10-08

开源实例之噗噗博客

pupu-blog-example封面
前言 一款基于vue2+elementui+koa2+mysql前后端分离的个人博客系统。 1、支持第三方登录,gitee、qq 2、支持文章留言评论 3、自定义文章贡献度模块(高仿gitee) 4、自定义文章目录模块(高仿掘金) 5、后台支持Markdown格式编写文章 6、支持文章导入导出,图文上传 7、自定义代码生成器,一键生成业务接口代码。 实例地址 https://pupu-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 服务器 Nginx 程序 噗噗博客 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://gitee.com/hrbust_cheny/pupu_blog 数据库 将 koa-blog-...

2023-10-07

开源实例之webman-blog

webman-blog-example封面
前言 webman-blog是一个基于 webman 的自适应个人博客程序,带后台。 实例地址 https://webman-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 程序 webman-blog 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 安装程序 仓库地址:https://github.com/wolf-leo/webman-blog #克隆代码 git clone https://github.com/wolf-leo/webman-blog.git cd webman-blog #修改 .env 数据库配置 #启动 php start.php start -d 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-06

开源实例之Dotclear

dotclear-example封面
前言 Dotclear 是一个来自法国的博客软件,支持安装多博客,有非常友好的后台。其目的是提供一个用户友好的工具,允许任何人在网络上发布,无论他们的技术能力如何。 实例地址 https://dotclear.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 服务器 Nginx 程序 Dotclear 2.27.3 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 官网地址:https://dotclear.org 仓库地址:https://github.com/dotclear/dotclear 下载最新代码到服务器域名解析的目录,然后访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-05

开源实例之Spruche

spruche-example封面
前言 Spruche 是一个基于 Node.js 轻量级博客系统,多级响应式。支持文章编辑、删除、置顶、分类,标签管理,站点 SEO。 实例地址 https://spruche.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 程序 Spruche 0.1.2 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 安装程序 仓库地址:https://github.com/IceEnd/Spruche #克隆代码 git clone https://github.com/IceEnd/Spruche.git cd Spruche #安装依赖 npm i #创建数据库并修改 config.js 相关配置 #启动 npm start 网站启动后访问 /start 完成安装。 实例体验 进...

2023-10-04

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199