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/cloudStackato Client Setup
To enable Stackato support in Komodo:
- Download the client
- Rename and/or
chmod
the file as necessary (see Stackato Client Setup) - Set the location of the client under Preferences|Stackato
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 Targetfield 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:
- Show Target Info: Shows the server and client versions, and the usage quotas for the logged-in user.
- Show Runtimes: Lists the available language runtimes.
- Show Frameworks: Lists the supported frameworks.
- Show Services: Shows which services are available (and lists provisioned services).
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.