Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 451 Bytes

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