Replies: 1 comment
-
|
先试试,不行再开discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://seata.apache.org/docs/developers/contributor-guide/new-contributor-guide_dev/
这一步有问题,压根跑不起来
https://seata.apache.org/docs/ops/deploy-server
这个链接也有问题,压根没有这个文件或者文件目录不对,气得不想说话,怕骂人。
Step 4: Start Server
Download server package from https://github.com/apache/incubator-seata/releases, unzip it.
Usage: sh seata-server.sh(for linux and mac) or cmd seata-server.bat(for windows) [options]
Options:
--host, -h
The address is expose to registration center and other service can access seata-server via this ip.
Default: 0.0.0.0
--port, -p
The port to listen.
Default: 8091
--storeMode, -m
log store mode : file、db
Default: file
--help
e.g.
sh seata-server.sh -p 8091 -h 127.0.0.1 -m file
Beta Was this translation helpful? Give feedback.
All reactions