We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note
This is a temporary statement for developers who want to experience the event synchronization feature in advance.
git clone --depth=1 https://github.com/dream-num/helm-charts.git -b temporary/event-sync cd helm-charts/docker-compose/
Starting to use the event synchronization mechanism is quite simple.
Go to docker-compose directory,edit the .env file, find and set EVENT_SYNC to true
docker-compose
.env
EVENT_SYNC
true
EVENT_SYNC=true
If there have been changes to .env in the past, they need to be merged.
Run following command to reboot univer server:
bash run.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note
This is a temporary statement for developers who want to experience the event synchronization feature in advance.
1. Clone the temporary alpha version.
git clone --depth=1 https://github.com/dream-num/helm-charts.git -b temporary/event-sync cd helm-charts/docker-compose/
2. Use event synchronization mechanism.
Starting to use the event synchronization mechanism is quite simple.
Go to
docker-compose
directory,edit the.env
file, find and setEVENT_SYNC
totrue
Note
If there have been changes to .env in the past, they need to be merged.
Run following command to reboot univer server:
Refer to repository: https://github.com/dream-num/univer-event-sync-example-go
The text was updated successfully, but these errors were encountered: