Getting Started

Managing Apps

»Viewing your app logs

When your app is running in the Adaptable Cloud, any output that your app prints to its standard output or standard error is captured and stored by Adaptable.

To view your app logs, go to your Dashboard and select the app you wish to view. On the App Status page, click the Resources tab. All of your app components that can display logs are shown here. Many Adaptable Deploy Templates have just a single component with logs.

App Resources tab

Click on View Logs to see the logs for that component.

Logs for an app

In the upper right corner of the logs window, there are buttons that allow you to either download the logs to your local computer or to copy them to your computer's clipboard.

»Manually re-deploying your app

Adaptable automatically deploys your app each time you push changes to your chosen branch in your GitHub repo. However, you may occasionally wish to trigger a deployment manually, such as when you want previously updated environment variables to take effect.

To trigger a manual deploy, go to your Dashboard and select the app you wish to re-deploy. On the App Status page, find the three dots menu button to the right of the Settings tab. The menu button is visible near the right side of the image below.

App Status menu

Click the three dots to show the menu, then select Update Deployment.

Your app Status should change to deploying within a few moments and you should see a message on your App Status page that says Deployment started for revision X where X is a new revision number.

»Deleting your app

Deleting your Adaptable app removes your app deployment from the Adaptable Cloud and disconnects Adaptable from your GitHub repo. It does not modify your GitHub repo in any way.

warning

This operation causes your deployed app to go offline and cannot be undone.

To delete your Adaptable app, go to your Dashboard and select the app you wish to delete. On the App Status page, find the three dots menu button to the right of the Settings tab. The menu button is visible near the right side of the image below.

Click the three dots to show the menu, then select Delete App. The delete app confirmation dialog will appear.

Delete app confirmation

Type the full name of your app to confirm deletion, then click Delete.

Your app will be queued for deletion and you will be returned to your Dashboard.