部署运行

    1. 运行 mvn clean install -Prelease
    2. 获取安装包 /shardingsphere-ui/shardingsphere-ui-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-ui-bin.tar.gz
    3. 访问http://localhost:8088/
    1. 后端程序执行入口为 org.apache.shardingsphere.ui.Bootstrap
    2. 访问 http://localhost:8088/

    前端

    1. 进入 目录;
    2. 执行 npm install
    3. 执行 npm run dev
    4. 访问 http://localhost:8080/

    ShardingSphere-UI 的配置文件为 conf/application.properties, 它由两部分组成。

    1. 程序监听端口;
    2. 登录身份验证信息。
    1. ERROR Failed to compile with 17 errors
    2. Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
    3. Error: Missing binding /shardingsphere/shardingsphere-ui/shardingsphere-ui-frontend/node_modules/node-sass/vendor/darwin-x64-57/binding.node
    4. Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 8.x
    5. Found bindings for the following environments:
    6. - OS X 64-bit with Node.js 6.x
    7. This usually happens because your environment has changed since running `npm install`.