This page was last edited on June 7, 2019, at 13:25.
Comments or questions about this documentation? Contact us for support!
Complete the procedures on this page after you have created your Genesys Web Engagement application.
Prerequisites
Start
Use the deploy script (deploy.bat on Windows and deploy.sh on Linux) to deploy your application:
deploy <your_application_name>
Note: To request debug-level logs while this command is executed, use the -v parameter. For example:
deploy myApp -v
End
Note that you will be prompted to enter your username and password to receive write-access to the Config Server if your application contains category definitions. This doesn't apply for new applications you create, but will for the playground application as it contains pre-defined categories.
The deploy script copies files to the appropriate locations. If the deploy is successful, the script output displays a DEPLOY SUCCESS messages at run-time.
Next Steps