Releases: grapheco/pandadb-browser
Releases · grapheco/pandadb-browser
v0.0.3
PandaDB-Browser Release v0.0.3 (alpha3)
Keep compatible with PandaDB v0.3.
Download
Download and unzip the attachment pandadb-browser-0.0.3-binary.zip.
Deploy
cd ui
npm install
npm install pm2 -gRun
nohup java -jar pandadb-browser-server*.jar &
pm2 start ui/server/bin/www --name=pandadb-browser-uiOpen url: http://localhost:9633
Fulfill the Connect URL which schema like:
panda://ip:port
v0.0.1
PandaDB-Browser Release v0.0.1 (alpha1)
Download
Download and unzip the attachment pandadb-browser-0.0.1.zip.
Deploy
cd ui
npm install
npm install pm2 -gRun
nohup java -jar pandadb-browser-server-0.0.1.jar &
pm2 start ui/server/bin/www --name=pandadb-browser-uiOpen url: http://localhost:9633
Fulfill the Connect URL which schema like:
panda://ip:port