-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusage.txt
85 lines (71 loc) · 1.47 KB
/
usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
===========================================================
菜单:
make usage
make clean
make github
杂项:
make ping
docker:
make startup-docker
make stop-docker
make setup-docker
make restart-docker
mysql:
make startup-mysql
make stop-mysql
make setup-mysql
make restart-mysql
make backup-mysql
redis:
make startup-redis
make stop-redis
make setup-redis
make restart-redis
etcd:
make startup-etcd
make stop-etcd
make setup-etcd
make restart-etcd
xxljob:
make startup-xxljob
make stop-xxljob
make setup-xxljob
make restart-xxljob
zookeeper:
make startup-zookeeper
make stop-zookeeper
make setup-zookeeper
make restart-zookeeper
kafka:
make startup-kafka
make stop-kafka
make setup-kafka
make restart-kafka
rocketmq:
make startup-rocketmq
make stop-rocketmq
make setup-rocketmq
make restart-rocketmq
rocketmq-dashboard:
make startup-rocketmq-dashboard
make stop-rocketmq-dashboard
make setup-rocketmq-dashboard
make restart-rocketmq-dashboard
nacos:
make startup-nacos
make stop-nacos
make setup-nacos
make restart-nacos
sentinel:
make startup-sentinel
make stop-sentinel
make setup-sentinel
make restart-sentinel
seata:
make startup-seata
make stop-seata
make setup-seata
make restart-seata
OS:
make setup-ubuntu
===========================================================