I am developing an app using WAB Dev edition. And I work remotely. How can I share the app for review from the upper management while still in developing process? Thanks
Nav
Solved! Go to Solution.
Hi Nav,
Option 1. Within the WAB Dev environment:
Lunch the app
copy the URL (example: http://webadaptor.domain:3344/webappbuilder/apps/12/) and send this URL to the people needing to do the review.
NB: Make sure the startup.bat is constantly running or a windows service.
Option 2: Deploy to a test server at the root folder
Send URL (http://webadaptor.domain/appfoldername/) to the people needing to do the review.
Baba
Hi Nav,
Option 1. Within the WAB Dev environment:
Lunch the app
copy the URL (example: http://webadaptor.domain:3344/webappbuilder/apps/12/) and send this URL to the people needing to do the review.
NB: Make sure the startup.bat is constantly running or a windows service.
Option 2: Deploy to a test server at the root folder
Send URL (http://webadaptor.domain/appfoldername/) to the people needing to do the review.
Baba
Thanks Baba I tried 1st option that didn't work for me may be because the organization can't access my system as internal network. I work remotely and have WAB on my desktop.
I will look into second option.
Thanks for your help!