开源实例之Serendipity
前言
Serendipity is a PHP-powered weblog engine that gives the user an easy way to maintain a blog. While the default package is designed for the casual blogger, Serendipity offers an expandable framework with the power for professional applications.
Serendipity 是一个由 PHP 驱动的 Weblog 引擎,为用户提供了维护博客的简便方法。虽然默认软件包是为休闲博客作者设计的,但 Serendipity 提供了具有专业应用程序功能的可扩展框架。
实例地址
https://serendipity.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 7.4 |
数据库 | MariaDB 10.5 |
服务器 | Nginx |
程序 | Serendipity 2.4.0 |
模版 | Clean Blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 PHP
- 已安装 MySQL
- 已安装 Nginx
建数据库
创建一个数据库,用于在后面安装程序中使用。
安装程序
官网地址:https://s9y.org
仓库地址:https://github.com/s9y/Serendipity
从官网下载最新压缩包,解压到服务器域名解析的目录,然后访问网站,跟随安装程序引导填写即可。
实例体验
后记
本实例仅供参考,不定期重置数据。