Skip to content

mware-solutions/sql-editor

 
 

Repository files navigation

Requirements to build

  • Java 11
  • Node.js

Quick Start

git clone https://github.com/mware-solutions/sql-editor.git
cd sql-editor
git checkout -b [version] refs/tags/[version]
export JAVA_HOME=<path-to-jdk11>
./gradlew distZip
cd build/distributions
unzip sql-editor-[version].zip
cd sql-editor-[version]
vim conf/editor.properties
nohup bin/editor-start.sh >y.log 2>&1 &

see http://localhost:8080/

Stop

bin/editor-shutdown.sh

About

SQL Editor for BDL Cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 53.8%
  • Vue 25.2%
  • JavaScript 18.7%
  • SCSS 1.8%
  • Shell 0.3%
  • HTML 0.1%
  • Dockerfile 0.1%