Create folders for organizing web apps from the command line on Windows, Linux, and macOS systems
webapps-appdir add creates a folder
named dirnamedirname within the apps root folder to
organize web apps. The dirname folder is created with necessary
permissions.
webapps-appdir update updates a folder
named dirnamedirname within the apps root folder with
necessary permissions.
webapps-appdir [--version | -v] returns the version of MATLAB®
Web App Server™ that is installed.
webapps-appdir [--help | -h] returns command-line help.
To create a folder within the apps root folder
that has the necessary permissions, at the system command line, type:
webapps-appdir add VenusProgramTo update an existing folder within the apps root
folder with the necessary permissions, at the system command line, type:
webapps-appdir update MarsProgramThe update option sets the required permissions to an existing folder
that was created using operating system-specific folder creation commands.
The webapps-appdir command creates folders with the necessary
permissions within the apps root folder. If you use operating-system
specific commands to create folders, use the webapps-appdir command
with the update option to set the folder with necessary
permissions.