GUI Dashboard ( Pandora-Dashboard )

The pandora dashboard is a local dashboard (for single computer) , that is used to view and management the Pandora.js and the applications. The pandora dashboard also as a normal Pandora.js project, you can manage it like a normal Pandora.js project.

The project at the GitHub:

https://github.com/midwayjs/pandora-dashboard

Usage

$ npm i pandora-dashboard -g # Install globally, that will install a global command  pandora-dashboard-dir
$ pandora start --name dashboard `pandora-dashboard-dir` # Use that command to get project dir, then use The pandora.js to start it .

Then, open http://127.0.0.1:9081, now we can see the dashboard.

dashboard

custom TCP port and IP address

By default, the dashboard listen on http://127.0.0.1:9081, you can also change it.

pandora start --name dashboard --env "DASHBORAD_PORT=9081 DASHBOARD_HOST=0.0.0.0" --npm pandora-dashboard

Screenshots

img

img

img

img

img

img

Last Updated: 9/19/2018, 2:35:44 PM