이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
서버 관리
MATLAB® Web App Server™ 설정, 구성, 관리
명령줄 인터페이스를 사용하여 MATLAB Web App Server를 설정하고, 구성하고, 관리할 수 있습니다.
Windows, Linux, macOS 시스템용 명령줄 스크립트
webapps-appdir | Create folders for organizing web apps from the command line on Windows, Linux, and macOS systems |
webapps-config | Configure MATLAB Web App Server from the command line on Windows, Linux, and macOS systems |
webapps-containers | Setup environment to run MATLAB web apps in Docker containers on Linux systems |
webapps-restart | Restart MATLAB Web App Server service from the command line on Windows, Linux, and macOS systems |
webapps-runtime | Configure MATLAB Runtime for use with MATLAB Web App Server from the command line on Windows, Linux, and macOS systems |
webapps-secrets | Manage web app server secrets on Windows, Linux, and macOS systems |
webapps-setup | Set up MATLAB Web App Server from command line on Windows, Linux, and macOS systems |
webapps-start | Start MATLAB Web App Server service from the command line on Windows, Linux, and macOS systems |
webapps-status | Get status of MATLAB Web App Server at the command line on Windows, Linux, and macOS systems |
webapps-stop | Stop the MATLAB Web App Server service from the command line on Windows, Linux, and macOS systems |
webapps-uninstall | Uninstall MATLAB Web App Server services at the command line on Windows, Linux, and macOS systems |
도움말 항목
설정 및 구성
- MATLAB Web App Server 설정하기
MATLAB Web App Server에서 웹 앱을 호스트할 준비를 합니다. - 서비스 정보, 그룹 및 폴더 위치
플랫폼별 MATLAB Web App Server 서비스, 그룹, 폴더 위치를 찾습니다. - Configure Server to Use MATLAB Runtime
Configure server to use MATLAB Runtime.
보안 액세스
- Enable SSL
Enable SSL access to the server. - Authentication
Configure authentication using LDAP or OIDC. - Role-Based Access
Configure role-based access to the server. - Policy-Based Access
Configure policy-based access to the server. - Handle Sensitive Information in Deployed Applications
Use secrets to remove sensitive information from deployed code. (R2024a 이후) - Control Secrets Access in MATLAB Web App Server
Use JSON policy files to configure secrets. (R2024a 이후)
사용자 지정 및 IFrame 임베딩
- Customize MATLAB Web App Server Apps Home Page
Change the title, background color, font type, and font size of the banner in the apps home page. - Customize Web App Behavior Based on User
Customize web app behavior based on logged-in user. - Embed MATLAB Web App Using iframe HTML Element
Learn how to embed a web app in another web page using aniframe
HTML element. - Exchange Data Between Custom Web Page and Embedded MATLAB Web App
Learn how to exchange data between a custom web page and a MATLAB web app embedded within the web page.
생성, 배포, 실행
- Create Web App
Learn how to create a web app for deployment. - Deploy Web App
Learn how to deploy a web app. - Run Web App
Run and test web apps from a browser.