Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiongwilee/weiqiushi
微糗事——糗事段子、搞笑图片视频分享平台
https://github.com/xiongwilee/weiqiushi
Last synced: about 1 month ago
JSON representation
微糗事——糗事段子、搞笑图片视频分享平台
- Host: GitHub
- URL: https://github.com/xiongwilee/weiqiushi
- Owner: xiongwilee
- License: mit
- Created: 2020-03-01T11:40:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T15:48:08.000Z (almost 5 years ago)
- Last Synced: 2024-10-26T12:47:43.486Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 16.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 微糗事
微糗事——糗事段子、搞笑图片视频分享平台
> 感谢[ThinkSAAS](https://www.thinksaas.cn/)
> 感谢[docker-compose-lamp](https://github.com/sprintcube/docker-compose-lamp/tree/5.4.x)
## 运行环境
* PHP 5.4
* Apache 2.4
* MySQL 5.6
* phpMyAdmin## 安装
```shell
git clone https://github.com/xiongwilee/weiqiushi.git
cd weiqiushi
cp sample.env .env
docker-compose up -d
```