Main Content

このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。

webapps-setup

Windows、Linux、および macOS システムのコマンド ラインからMATLAB Web App Serverをセットアップする

R2020a 以降

説明

webapps-setup は、現在のマシンで使用するMATLAB® Web App Server™を設定します。

webapps-setup [--version | -v] は、インストールされているMATLAB Web App Serverのバージョンを返します。

webapps-setup [--help | -h] はコマンドライン ヘルプを返します。

セットアップMATLAB Web App Server

サーバーをセットアップするには、システム コマンド ラインで次のように入力します。

webapps-setup
This utility registers the MATLAB Web App Server services with the operating system.

MATLAB Web App Server requires registering two services for security purposes:
- A service to run the server
- A service to run the apps

As what user do you want to run the server service? The default user is: MwWebAppServerR2023b. >

As what user do you want to run the apps service? The default user is: MwWebAppWorkerR2023b. >

The following compatible MATLAB Runtime(s) were found on this system in the default installation location:
C:\Program Files\MATLAB\MATLAB Runtime\R2023b

Are these the MATLAB Runtime(s) you want MATLAB Web App Server to use [y]/n?y
MATLAB Web App Server services have been successfully registered.

To start the server, execute: webapps-start
To change the server configuration, execute: webapps-config

MATLAB Web App Serverのバージョンを取得

インストールされているサーバーのバージョンを取得するには、システム コマンド ラインで次のように入力します。

webapps-setup --version
MATLAB Web App Server (R2020a Release)

構文の省略形を使用しても、同じ情報を取得できます。

webapps-setup -v

コマンドラインのヘルプを取得する

ヘルプを表示するには、システム コマンド ラインで次のように入力します。

webapps-setup --help
Usage:
  webapps-setup -h [ --help ]       Display this help message
  webapps-setup -v [ --version ]    Display the version of MATLAB Web App Server
  webapps-setup                     Setup MATLAB Web App Server

構文の省略形を使用しても、同じ情報を取得できます。

webapps-setup -h

バージョン履歴

R2020a で導入