Skip to content

Commit 8c0154b

Browse files
author
rn-h
committed
Update README.md
1 parent fa4f565 commit 8c0154b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Code-Push-Server-Go
2-
CodePush Server Go is a CodePush progam server,Use with [code-push-go](https://github.com/htdcx/code-push-go)
1+
# code-push-server-go
2+
Codepush server go is compatible with [react-native-code-push](https://github.com/microsoft/react-native-code-push). Need to be used with [code-push-go](https://github.com/htdcx/code-push-go). Only supported react-native
33

4-
## Support Version
4+
## Support version
55
- mysql >= 8.0
66
- golang >= 1.21.5
77
- redis >= 5.0
88

9-
## Support Client Version
9+
## Support client version
1010
- [react-native-code-push](https://github.com/microsoft/react-native-code-push) >= 7.0
1111

12-
## Support Storage
12+
## Support storage
1313
- Local
1414
- AWS S3
1515
- FTP
@@ -91,14 +91,18 @@ set GOOS=linux #windows,darwin
9191
go build -o code-push-server-go(.exe) main.go
9292

9393
#copy config/app.(model).json and config/app.json to run dir
94+
95+
#Linux server
96+
chmod +x code-push-go
97+
9498
#run
9599
./code-push-server-go
96100
```
97101
### Default user name and password
98102
- Username:admin
99103
- Password:admin
100104

101-
### change password and user name
105+
### Change password and user name
102106
- Change mysql users tables (password need md5)
103107

104108
#### Use [code-push-go](https://github.com/htdcx/code-push-go)
@@ -107,4 +111,4 @@ go build -o code-push-server-go(.exe) main.go
107111
```
108112

109113
## License
110-
MIT License [read](https://github.com/htdcx/code-push-server-go/blob/main/LICENSE)
114+
MIT License [Read](https://github.com/htdcx/code-push-server-go/blob/main/LICENSE)

0 commit comments

Comments
 (0)