- Upload all folders and files to
apps/apiexplorer - Upload file
lib/highlight.pack.jstojs/vendordirectory - Add next strings to file
/js/main.jsafter stringpaths: {
'hljs': 'js/vendor/highlight.pack',- Build your Monster UI with original builder (command
gulp) - Register
apiexplorerapp
#sup crossbar_maintenance init_app <absolute path to apiexplorer app> <your api base url>
sup crossbar_maintenance init_app /var/www/html/monster-ui/dist/apps/apiexplorer https://site.com:8443/v2/ - Activate the Api Explorer app in the Monster UI App Store (
/#/apps/appstore)
- Upload all folders and files to
apps/apiexplorer - Upload file
lib/highlight.pack.jstojs/vendordirectory - Create next symbol link in root directory of Monster UI
# ln [options] <target file> [link name]
ln -s js/vendor/highlight.pack.js hljs.js- Register
apiexplorerapp
#sup crossbar_maintenance init_app <absolute path to apiexplorer app> <your api base url>
sup crossbar_maintenance init_app /var/www/html/monster-ui/dist/apps/apiexplorer https://site.com:8443/v2/ - Activate Api Explorer app in the Monster UI App Store (
/#/apps/appstore)