纯小白,不知道怎么安装
我把快速上手的那个在线的用虚拟机下载了,然后就不知道怎么弄了
我在线 下载完all-in-one package, 执行 which obd
和 which obclient
找不到路劲/usr/bin/which: no obclient in (/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/linux/.local/bin:/home/linux/bin)
,
但是我这边能找到这个文件
.bash_profile
Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
source /home/linux/.oceanbase-all-in-one/bin/env.sh
source /home/linux/.oceanbase-all-in-one/bin/env.sh
source /home/linux/.oceanbase-all-in-one/bin/env.sh
我测试没问题,你可以走离线安装试试
快速体验可以,使用 docker 部署 https://www.oceanbase.com/docs/community-observer-cn-10000000000901197
或者 2:使用 obd demo 快速部署单机体验环境
这两种方法都是比较简单,基本是一键操作了。