杜郎俊赏 - dujun.io

开源实例之BlogoText

blogotext-example封面
前言 This is BlogoText, the lightweight SQLite Blog-Engine. 实例地址 https://blogotext.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 SQLite 3 服务器 Nginx 程序 BlogoText 3.7.6 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 SQLite 已安装 Nginx 安装程序 仓库地址:https://github.com/BlogoText/blogotext 下载最新代码到服务器域名解析的目录,然后访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-21

开源实例之Kyrie Blog

kyrie-blog-example封面
前言 Kyrie Blog是由SpringBoot1.5 + MyBatis + Thymeleaf等技术实现的个人博客。 实例地址 https://kyrie-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 1.8 数据库 MariaDB 10.5 程序 Kyrie Blog 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 MySQL 安装程序 仓库地址:https://github.com/caozongpeng/SpringBootBlog 将 src/main/resources/lu_tale.sql 导入数据库,完善 application-dev.yml 数据库配置,然后运行项目。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-20

开源实例之izone

izone-example封面
前言 本实例是一个以 Django 作为框架搭建的个人博客。 实例地址 https://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

开源实例之Vertigo

vertigo-example封面
前言 Vertigo 是 Go 语言编写的极简博客引擎。 实例地址 https://vertigo.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 数据库 SQLite 3 程序 Vertigo 0.3 实例部署 权限要求 具有系统读写权限 已安装 SQLite 安装程序 仓库地址:https://github.com/jhvst/vertigo 下载最新二进制包,执行 ./vertigo 启动,访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-19

开源实例之EiBlog

eiblog-example封面
前言 EiBlog 是 Go 语言编写的博客系统,后台使用了 Typecho 的样式。 实例地址 https://eiblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 数据库 SQLite 3 程序 EiBlog 2.2.9 实例部署 权限要求 具有系统读写权限 已安装 SQLite 安装程序 仓库地址:https://github.com/eiblog/eiblog 下载最新二进制包,执行 ./backend 启动。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-10-19

开源实例之Sonic

sonic-example封面
前言 Sonic [ˈsɒnɪk], Sonic is a Go Blogging Platform. Simple and Powerful. Sonic [ˈsɒnɪk],Sonic 是一个用Golang开发的博客平台,高效快速。 Sonic means as fast as sound speed. Like its name, sonic is a high-performance blog system developed using golang. Sonic 意为声速的、声音的,正如它的名字一样,sonic 致力于成为最快速的开源博客平台。 实例地址 https://sonic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 数据库 SQLite 3 程序 Sonic 1.1.2 实例部署 权限要求 具有系统读写权限 已安装...

2023-10-19

开源实例之DjangoBlog

djangoblog-example封面
前言 本实例是基于Django的博客系统。 实例地址 https://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...

2023-10-18

开源实例之LaraBlog

larablog-example封面
前言 A full-featured blogging system for personal use. No frontend theme and anything heavy or unnecessary library used. 本实例是基于 Laravel 10 开发的博客系统。 实例地址 https://larablog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 程序 LaraBlog 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 安装程序 仓库地址:https://github.com/alimranahmed/LaraBlog #克隆代码 git clone https://github.com/alimranahmed/LaraBlog.git cd LaraB...

2023-10-18

开源实例之PluXml

pluxml-example封面
前言 PluXml, Moteur de Blog et CMS à l'XML sans base de données PluXml 是 PHP 语言开发的博客程序,使用 XML 存储数据,不依赖数据库。 实例地址 https://pluxml.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 PluXml 5.8.9 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 官网地址:https://pluxml.org 仓库地址:https://github.com/pluxml/PluXml 从官网下载最新压缩包,解压到服务器域名解析的目录,然后访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置...

2023-10-17

开源实例之FC2博客

fc2-blog-example封面
前言 本实例是日本FC2博客的开源版本,基于 PHP 语言开发。 实例地址 https://fc2-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 FC2 BLOG 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://github.com/fc2blog/blog #克隆代码 git clone https://github.com/fc2blog/blog.git cd blog #安装依赖 composer install #完善配置 cp app/config.sample.php app/config.php vim app/config.php 访问 /admin/common/instal...

2023-10-17

分页: 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 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217