Deploying a static webapp
It is not currently possible to deploy new apps on the Analytical Platform, though we are working to make this functionality available again as soon as possible.
In the meantime, you can still access and manage existing apps. If you wish to update the content of an S3 proxy app, you can still do so by making updates to your files in S3.
If you have an existing app that requires urgent redeployment, please submit a request via GitHub. We normally redeploy apps each Wednesday, where we have recevied a request by the Friday before.
Manage existing apps
Manage app users
To grant access to someone, in the Control Panel wepapps tab find your App and click “Manage App”. In the ‘App customers’ section you can let people view your app by putting one or more email addresses in the text box and clicking “Add customer”.
Access the app
The URL for the app will be the respository-name
followed by apps.alpha.mojanalytics.xyz
.
So for the example project above “static-web-deploy”, the deployment URL will be https://static-web-deploy.apps.alpha.mojanalytics.xyz
.
Note that characters that are not compatible with website URLs are converted. So, repositories with underscores in their name (e.g. repository_name.apps...
) will be converted to dashes for the URL (e.g. repository_name.apps...
).