Skip to content

Commit ad4d3c9

Browse files
committed
readme
1 parent cc6320e commit ad4d3c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313

1414
CodePush Server is a CodePush progam server! microsoft CodePush cloud is slow in China, we can use this to build our's. I use [qiniu](http://www.qiniu.com/) to store the files, because it's simple and quick! Or you can use [local/s3/oss/tencentcloud] storage, just modify config.js file, it's simple configure.
1515

16+
17+
## Advance Feature
18+
19+
> use google diff-match-patch calculate text file
20+
21+
- support iOS and Android
22+
- use `"react-native-code-push": "git+https://git@github.com/lisong/react-native-code-push.git"` instead `"react-native-code-push": "x.x.x"`
23+
- change `apps`.`is_use_diff_text` to `1` in mysql codepush database
24+
1625
## Support Storage mode
1726

1827
- local *storage bundle file in local machine*

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- docker-compose.yml只提供了应用的一部分参数设置,如需要设置其他配置,可以修改文件config.js。
99
- mysql部分
1010
- 数据使用docker volume存储方式,容器销毁不会导致数据丢失,除非人为删除volume。
11-
- 默认应用使用root用户,为了安全可以创建权限相对较小的权限供code-push-server使用,只需要给予`select,update,insert`权限即可
11+
- 应用请勿使用root用户,为了安全可以创建权限相对较小的权限供code-push-server使用,只需要给予`select,update,insert`权限即可。初始化数据库需要使用root或有建表权限用户
1212
- redis部分
1313
- `tryLoginTimes` 登录错误次数限制
1414
- `updateCheckCache` 提升应用性能

0 commit comments

Comments
 (0)