This commit is contained in:
MaxKey
2020-07-11 22:38:53 +08:00
parent 1b42e0e308
commit 56deba69d4
5 changed files with 0 additions and 34 deletions

View File

@@ -1,5 +0,0 @@
@echo off
call set_maxkey_env.bat
call maxkey_broker/bin/windows/kafka-server-start.bat maxkey_broker/config/server.properties

View File

@@ -1,5 +0,0 @@
#!/bin/bash
source ./set_maxkey_env.sh
./maxkey_broker/bin/kafka-server-start.sh ./maxkey_broker/config/server.properties

View File

@@ -1,5 +0,0 @@
@echo off
call set_maxkey_env.bat
call maxkey_broker/bin/windows/zookeeper-server-start.bat maxkey_broker/config/zookeeper.properties

View File

@@ -1,5 +0,0 @@
#!/bin/bash
source ./set_maxkey_env.sh
./maxkey_broker/bin/zookeeper-server-start.sh ./maxkey_broker/config/zookeeper.properties

View File

@@ -1,14 +0,0 @@
@echo off
call set_maxkey_env.bat
echo == Cache Server. ==
echo == Please wait .... ==
echo ===============================================================================
call maxkey_cache\32bit\redis-server.exe