Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 368 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 368 Bytes

pandadb-browser

package

cd server
mvn clean package

cd ui
npm install
npm run build

test

nohup java -jar server/target/pandadb-browser-server*.jar &
cd ui
npm run serve

Open url: http://localhost:9633

deploy

nohup java -jar pandadb-browser-server*.jar &

npm install pm2 -g
pm2 start ui/server/bin/www --name=pandadb-browser-ui