提交 c7f4708f 编写于 作者: J jinhai

Update README.md and conf


Former-commit-id: 014cd72b6c70e8924758236798ad4d0c12fa099e
上级 7cfd01a2
......@@ -32,19 +32,29 @@ cmake_build/src/libvecwise_engine.a is the static library
./build.sh --unittest
### Luanch server
### Launch server
Set config in cpp/conf/server_config.yaml
Then luanch server with config:
Then launch server with config:
cd [build output path]
start_server.sh
stop_server.sh
### Luanch test_client(only for debug)
### Launch test_client(only for debug)
If you want to test remote api, you can build test_client.
test_client use same config file with server:
cd [build output path]/test_client
test_client -c [sourcecode path]/cpp/conf/server_config.yaml
### License Generate
Use get_sys_info to get system info file.
./get_sys_info # system.info will be generated
Use license_generator to generate license file.
./license_generator -s system.info -l system.license -b 2019-05-15 -e 2019-08-14
Copy the license file to path assigned by license_path in server config file.
\ No newline at end of file
......@@ -11,7 +11,7 @@ db_config:
idmapper_max_open_file: 128
license_config:
license_path: "/tmp/megasearch/abc.license"
license_path: "/home/jinhai/Documents/development/vecwise_engine/license/system.license"
log_config:
global:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册