From 0bc983a7bf8447b2bb6fbb73a5f321084463a359 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 7 Jul 2023 22:39:36 +0800 Subject: [PATCH] Apply suggestions from code review --- docs/build-and-run.md | 13 ++----------- docs/toolchain.md | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/build-and-run.md b/docs/build-and-run.md index a763f698c..1b387d65a 100644 --- a/docs/build-and-run.md +++ b/docs/build-and-run.md @@ -34,7 +34,7 @@ Now that you built the `observer` binary, you can deploy a OceanBase instance wi ```shell ./tools/deploy/obd.sh prepare -p /tmp/obtest -./tools/deploy/obd.sh deploy -c single.yaml +./tools/deploy/obd.sh deploy -c ./tools/deploy/single.yaml ``` This starts the OceanBase server listening on port 10000. @@ -50,7 +50,7 @@ mysql -uroot -h127.0.0.1 -P10000 Alternatively, you can use the `obclient` to connect to OceanBase: ```shell -./deps/3rd/u01/obclient/bin/obclient -h127.0.0.1 -P10000 -uroot -Doceanbase +./deps/3rd/u01/obclient/bin/obclient -h127.0.0.1 -P10000 -uroot -Doceanbase -A ``` ## Shutdown @@ -60,12 +60,3 @@ You can run the following command to shut down the server and clean up the deplo ```shell ./tools/deploy/obd.sh destroy --rm -n single ``` - -## Bonus: RPM packages - -You can build OceanBase RPM packages on Fedora based OS: - -```shell -sudo yum install rpm-build -bash build.sh rpm --init && cd build_rpm && make -j16 rpm -``` diff --git a/docs/toolchain.md b/docs/toolchain.md index c28b5eac2..6e479ee85 100644 --- a/docs/toolchain.md +++ b/docs/toolchain.md @@ -39,7 +39,7 @@ The installation instructions vary among the operator systems and package manage This includes CentOS, Fedora, OpenAnolis, RedHat, UOS, etc. ```shell -yum install git wget rpm* cpio make glibc-devel glibc-headers binutils m4 +yum install git wget rpm* cpio make glibc-devel glibc-headers binutils m4 libtool libaio ``` ### Debian based