Stackato is software platform for deploying, running, and managing dynamic language applications in the cloud.
What does it do?
It sets up virtual servers and deploys your application to them. Stackato automatically provisions and configures everything your application requires to run (a language interpreter, a web framework, prerequisite modules, a database service) and deploys the application to as many server instances as you require.
Is it a Platform as a Service (PaaS)?
No, it’s a software platform for creating your own PaaS - in a private cloud or with an IaaS provider like RackSpace or AWS.
How does it work?
From a user’s perspective:
** Download the Stackato client or install it with pypm
Set the ‘target’ URL of the Stackato VM you wish to deploy to
From the base directory of your application, run stackato push
The client bundles the application and pushes it to the server. Config files in the application directory tell the Cloud Controller what additional software is required for the application. The application environment is assembled, and the application is deployed to one or more worker nodes.
Stackato is the application platform for creating a private PaaS using any language on any stack on any cloud.
http://community.activestate.com/stackato
What is Stackato?
Stackato is software platform for deploying, running, and managing dynamic language applications in the cloud.What does it do?
It sets up virtual servers and deploys your application to them. Stackato automatically provisions and configures everything your application requires to run (a language interpreter, a web framework, prerequisite modules, a database service) and deploys the application to as many server instances as you require.Is it a Platform as a Service (PaaS)?
No, it’s a software platform for creating your own PaaS - in a private cloud or with an IaaS provider like RackSpace or AWS.How does it work?
From a user’s perspective:- ** Download the Stackato client or install it with pypm
- Set the ‘target’ URL of the Stackato VM you wish to deploy to
- From the base directory of your application, run stackato push
The client bundles the application and pushes it to the server. Config files in the application directory tell the Cloud Controller what additional software is required for the application. The application environment is assembled, and the application is deployed to one or more worker nodes.