- Verify that you have the MATLAB Web App Server product installed.
- Verify that Authentication and Role-Based Access are enabled on the server.
- Navigate to the web apps home page configured by the server. You can obtain the URL to the home page by executing “webapps-server” at the system command-line or by getting the URL from an individual who is administering the server. The format of the home page URL is: http://webAppServer:PortNumber/webapps/home/index.html Here, “webAppServer” is your web app server hostname, and “PortNumber” is the port specified when configuring the server.
- Click Manage Apps on the web apps home page to open the Manage Apps page.
- Click Upload App and navigate to the project folder generated by Web App Compiler (in MATLAB Compiler) during the packaging process.
- Select the file “webAppArchiveName.ctf” and click Open to upload the web app. You get a confirmation that the “webAppArchiveName.ctf” was successfully uploaded to the server.
How to distribute a web app avoiding using my pc as a server?
2 views (last 30 days)
Show older comments
How to distribute a web app avoiding using my pc as a server?
0 Comments
Answers (1)
Dheeraj
on 20 Oct 2023
Hi,
I understand you want to deploy your web app on cloud rather than using your local machine. Here are the steps that can be followed to distribute your web app on a remote server or cloud platform.
There are many other ways to deploy your web-app to a remote server or a cloud platform refer to the MATLAB’s documentation below to get a better understanding.
Hope this helps!
0 Comments
See Also
Categories
Find more on MATLAB Web App Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!