You should build the Dashboard by yourself, and you may follow the steps: ```sh # Make sure Yarn is installed on your machine --> https://yarnpkg.com/en/docs/install
$ git clone https://github.com/apache/incubator-apisix-dashboard $ yarn $ yarn build:prod # Built files are under /dist folder. ``` Best Regards! @ Zhiyuan Ju <https://www.shaoyaoju.org/> 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* >