git clone https://github.com/apache/shardingsphere-ui.git
;mvn clean install -Prelease
;/shardingsphere-ui/shardingsphere-ui-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-ui-bin.tar.gz
;bin/start.sh
;http://localhost:8088/
.ShardingSphere-UI use frontend and backend separately mode.
org.apache.shardingsphere.ui.Bootstrap
;http://localhost:8088/
.cd shardingsphere-ui-frontend/
;npm install
;npm run dev
;http://localhost:8080/
.Configuration file of ShardingSphere-UI is conf/application.properties in distribution package. It is constituted by two parts.
server.port=8088
user.admin.username=admin
user.admin.password=admin
node_modules/
directory and run it again. The error log is:ERROR Failed to compile with 17 errors
error in ./src/views/orchestration/module/instance.vue?vue&type=style&index=0&id=9e59b740&lang=scss&scoped=true&
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Missing binding /shardingsphere/shardingsphere-ui/shardingsphere-ui-frontend/node_modules/node-sass/vendor/darwin-x64-57/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 8.x
Found bindings for the following environments:
- OS X 64-bit with Node.js 6.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.