An utility aimed at managing NBFS appliance using published NBFS REST APIs and Plugin Manager.
Table of Contents
Setting up Appliance Manager involves following steps:
- Setup requirements to run appliance manager by running
make setup
. - Start appliance-manager server
make start
. - Open browser http://{{host}}:8081
If you would like use your own built custom UI, or specify appliance manager to run on a specific port, refer to below instructions:
- Get latest version of Plugin Manager v2, and check out v2 branch. Build by running
make build
insideplugin-manager
to getpm
binary. - Set
PM_WEB
environment variable to point to your UI/web directory. - Start Plugin Manager server:
pm server -port <port-number>
. - Appliance Manager can now be accessed via http://{{server}}:{{port-number}}/.