Stackato Komodo IDE only

Stackato is a cloud application platform which is based on, and fully compatible with, Cloud Foundry. Stackato sets up virtual servers and deploys applications to them, automatically provisioning everything your application requires to run (language interpreter, web framework, modules, databases, and other services).

Komodo works in conjunction with the Stackato client to provide an interface to Stackato and Cloud Foundry-based services. More information on stackato can be found at: www.activestate.com/cloud

Stackato Client Setup

To enable Stackato support in Komodo:

Once the client is installed and configured, the Tools|Stackato interface will be usable.

Connecting to Stackato

To connect to a Stackato API endpoint (e.g. 'https://api.stackato.local') enter the URL in the Target field and click Target.

Note: By default, Stackato servers will accept connections only over HTTPS.

Once the API endpoint is targeted, enter the username (an email address) and password, then click Login....

Viewing Target Info

Details of the targeted Stackato system can be seen using the buttons under the User field:

The Applications pane shows applications belonging to the current user that have been deployed to the target. It shows their current status, the number of instances running, what services are bound to each, and the application URL(s).

The Provisioned Services pane (collapsible) shows the services that have been provisioned for the current user, whether or not they are bound to applications.

The Stackato Output pane (collapsible) show the console output of the various Stackato commands as they run.