Shop Floor Kiosk Administration: Deploying a Kiosk Instance
At a glance: Kiosk deployment
- Deploy a portal instance by using the MYOB Acumatica ERP Configuration Wizard.
- Edit the
web.configfile of the ERP installation. - Edit the
web.configfile of the kiosk installation.
Creating a Kiosk Portal Instance
The Shop Floor Kiosk runs as a Modern Portal instance that is separate from your main MYOB Acumatica site but shares the same database. You create it by using the MYOB Acumatica ERP Configuration Wizard.
To deploy the kiosk instance, do the following:
- Launch the MYOB Acumatica ERP Configuration Wizard on the web server where the kiosk will be hosted.
- On the Welcome page, click Deploy a New Acumatica ERP Instance.
- On the Database Configuration page, select Connect to an Existing Database, and select the database used by your MYOB Acumatica instance.
- On the Instance Configuration page, enter a name for the kiosk instance. Under the instance type options, select Create Modern Portal.
- Complete the remaining steps of the wizard and click Finish.
Editing the Web.config Files
After the kiosk instance is deployed, you must add a parameter to the
web.config files of both the ERP installation and the kiosk installation.
This setting enables both applications to work with the same database.
To edit the web.config files, do the following:
- On the web server, open the
web.configfile located in the website folder of the main MYOB Acumatica installation. - In the
appSettingssection of the file, add the following line:<add key="IsMultiSiteMode" value="True" /> - Save the file.
- Open the
web.configfile located in the website folder of the kiosk installation. - Add the same line to the
appSettingssection of that file. - Save the file.
Attention: When the
web.config file is saved, the website
restarts automatically. Notify all users to save their work before you make this
change.