杜郎俊赏 - dujun.io

开源实例之Nextein

nextein-example封面
前言 Nextein is a static site & blog generator. Combine the simplicity of Markdown and the power of Next.js. 实例地址 http://nextein.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nextein 4.2.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nextein.elmasse.io 程序仓库:https://github.com/elmasse/nextein 示例仓库:https://github.com/elmasse/nextein-starter #克隆代码 git clone https://git...

2023-11-30

开源实例之Plainpad

plainpad-example封面
前言 Plainpad is a self hosted, open source note taking application that is very easy to setup on your server. Your data will never leave your server and you will be able to access them from any device connected to the internet. Plainpad 是一款 PHP 语言开发的自托管开源笔记程序,使用 PWA 技术,也就是说可以离线使用。 实例地址 http://plainpad.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 Plainpad 1.0.0 实例部署 权限...

2023-11-24

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

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21