Ok. I will use 0.9.0-rc1 instead. Ming Wen <wenm...@apache.org> 于2019年11月14日周四 下午3:13写道:
> Hi, Lang, > The master branch is only for developer because it's not apache release. > > Thanks, > Ming Wen, Apache APISIX > Twitter: _WenMing > > > Lang Wang <totemofw...@apache.org> 于2019年11月14日周四 下午2:51写道: > > > - Install APISIX via: > > > > *luarocks install > > > > > https://github.com/iresty/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec > > < > > > https://github.com/iresty/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec > > > > > --tree=/usr/local/apisix/deps* > > > > > > - The /usr/local/apisix/ directory looks like: > > > > *bash-4.4# ls -l /usr/local/apisix/* > > *total 0* > > *drwxr-xr-x 3 root root 55 Nov 14 14:47 conf* > > *drwxr-xr-x 5 root root 41 Nov 14 14:47 deps* > > *drwxr-xr-x 2 root root 6 Nov 14 14:47 logs* > > > > > > - So, is this the best practice to use dashboard via 🤔: (for current > > master branch) > > > > > > *git clone --depth=50 https://github.com/apache/incubator-apisix.git > > <https://github.com/apache/incubator-apisix.git> > apache/incubator-apisix* > > *cd apache/incubator-apisix/* > > *git submodule update --init --recursive* > > *cp -ar dashboard /usr/local/apisix* > > >