- 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*