开源实例之Mini Microblog
前言
A simple PHP app that stores Twitter-like status updates in a sqlite database. It also generates a JSON feed, that can be used as a source for the Micro.Blog service. It is aimed at people who would like to host their own micro.blog, but want to avoid using Wordpress for it.
本实例是 PHP 开发的微博程序,与 micro.blog 类似。
实例地址
https://mini-microblog.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 8.1 |
数据库 | SQLite 3 |
服务器 | Nginx |
程序 | Mini Microblog 2.2 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 PHP
- 已安装 SQLite
- 已安装 Nginx
安装程序
仓库地址:https://github.com/oelna/microblog
下载最新代码到服务器域名解析的目录,然后访问网站,按照引导完成安装。
实例体验
后记
本实例仅供参考,不定期重置数据。