This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
photo/README.md

35 lines
499 B
Markdown
Raw Permalink Normal View History

2020-02-23 14:11:52 +00:00
# 个人相册
简单个人相册
[相册demo](http://www.zeekling.cn/allPhotos/)
## 配置
### photo.properties 文件
主要是配置相册中图片的位置
```
img.url=/home/zeek/project/photo/static/img
```
### 相册配置
相册是按照配置相册的目录分类的,一个子文件夹就是一个相册.每个子文件夹都需要一个`info.json`
```json
{
"name":"小令童鞋",
"des":"小令童鞋个人相册"
}
```
## 启动
执行下面脚本
```sh
bash startup.sh
```