开源实例之泡泡微社区
前言
An artistic "twitter like" community built on gin+zinc+vue+ts
一个清新文艺的微社区
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Go 1.20 |
数据库 | MariaDB 10.5 |
缓存 | Redis |
程序 | 泡泡微社区 0.5.2 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Go
- 已安装 MySQL、Redis
安装程序
官网地址:https://www.paopao.info
仓库地址:https://github.com/rocboss/paopao-ce
#克隆代码
git clone https://github.com/rocboss/paopao-ce.git
cd paopao-ce
#将 scripts/paopao-mysql.sql 导入数据库
#完善配置文件
cp config.yaml.sample config.yaml
#编译
make build
#运行
./paopao serve
实例体验
后记
本实例仅供参考,不定期重置数据。