杜郎俊赏 - dujun.io

开源实例之BlogoText

blogotext-example封面
前言 This is BlogoText, the lightweight SQLite Blog-Engine. 实例地址 http://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等技术实现的个人博客。 实例地址 http://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 作为框架搭建的个人博客。 实例地址 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

开源实例之Vertigo

vertigo-example封面
前言 Vertigo 是 Go 语言编写的极简博客引擎。 实例地址 http://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 的样式。 实例地址 http://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 致力于成为最快速的开源博客平台。 实例地址 http://sonic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 数据库 SQLite 3 程序 Sonic 1.1.2 实例部署 权限要求 具有系统读写权限 已安装...

2023-10-19

开源实例之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

开源实例之LaraBlog

larablog-example封面
前言 A full-featured blogging system for personal use. No frontend theme and anything heavy or unnecessary library used. 本实例是基于 Laravel 10 开发的博客系统。 实例地址 http://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 LaraBl...

2023-10-18

开源实例之PluXml

pluxml-example封面
前言 PluXml, Moteur de Blog et CMS à l'XML sans base de données PluXml 是 PHP 语言开发的博客程序,使用 XML 存储数据,不依赖数据库。 实例地址 http://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 语言开发。 实例地址 http://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/install...

2023-10-17

分页: 1 2 3 4 5 6 7 8 9 10