Deploying an Application
Complete the procedures on this page after you have created your Genesys Web Engagement application.
Deploying your Application
Prerequisites
- You have created your app.
Start
- Navigate to the installation directory for Genesys Web Engagement and open a new console window.
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