for certum

This commit is contained in:
yi-ge 2019-09-10 22:51:56 +08:00
parent 7077517fe0
commit 9295b165f7
2 changed files with 8 additions and 2 deletions

4
.gitignore vendored
View File

@ -12,4 +12,6 @@ npm-debug.log
.Spotlight-V100
.Trashes
yarn-error.log
yarn-error.log
.vscode

View File

@ -11,7 +11,7 @@ Electron build and auto update service, application distribution. Making applica
A git repository corresponds to an electron app and an distributed system.
Electron Distribution server-side work in 64 bit Linux OS (required) and MacOS (optional), and build for x64 platfrom, other platfrom need to modify the code (It is easy).
Electron Distribution server-side work in 64 bit Linux OS (required) and MacOS (optional), and build for x64 platform, other platform need to modify the code (It is easy).
## Quick Setup Guide
@ -174,3 +174,7 @@ Run the `ssh macName@macIp` in the linux server at least once .
Run the `ssh linux@linuxIp` in the mac server at least once.
Install `rsync` and enable sshd in your Linux Server.
## Author
Yi Wang a@wyr.me