Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rn-h committed May 6, 2024
1 parent fa4f565 commit 8c0154b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Code-Push-Server-Go
CodePush Server Go is a CodePush progam server,Use with [code-push-go](https://github.com/htdcx/code-push-go)
# code-push-server-go
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

## Support Version
## Support version
- mysql >= 8.0
- golang >= 1.21.5
- redis >= 5.0

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

## Support Storage
## Support storage
- Local
- AWS S3
- FTP
Expand Down Expand Up @@ -91,14 +91,18 @@ set GOOS=linux #windows,darwin
go build -o code-push-server-go(.exe) main.go

#copy config/app.(model).json and config/app.json to run dir

#Linux server
chmod +x code-push-go

#run
./code-push-server-go
```
### Default user name and password
- Username:admin
- Password:admin

### change password and user name
### Change password and user name
- Change mysql users tables (password need md5)

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

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

0 comments on commit 8c0154b

Please sign in to comment.