App deployment
This document contains information for how to deploy an app to the Alliance production and test environments.
Available environments
Production
Accessed at:
- Portal: https://portal.ace.teliacompany.net/demo
- Management portal: https://management.ace.teliacompany.net/system
Development
Accessed at:
- Portal: https://portal-test.ace.teliacompany.net/demo
- Management portal: https://management-test.ace.teliacompany.net/system
Preparing your app for Webprovisions
Make sure your package is ready to be published to Webprovisions.
Apps should use "type": "plugin"
in the Webprovisions manifest.
json
"webprovisions": {
"type": "plugin"
}
Adding your app to the production or development environment
- Have your app ready to be published to Webprovisions.
- Publish a new version of your app to Webprovisions.
- Ask Team Alliance to add your app to the Alliance portal distribution.
Releasing new versions to production
- Publish a new version of your app to Webprovisions.
- Ask Team Alliance to update to the newly published version of your app in the Alliance production environment.
Releasing new versions to development
- Publish a new version of your app to Webprovisions.
The development environment uses the Webprovisions developer agent, which will automatically update and release new versions of apps when available.