My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
RunningSpringDMServer  
Using the Spring DM server with Cloud Tools
Updated Feb 4, 2010 by chris.e....@gmail.com

Using the SpringSource dm Server

Cloud Tools now includes some basic support for the SpringSource dm server.

First, add these properties to the AWS properties file:

appServerTier.startupScript=installsap.sh
appServerClass=net.chrisrichardson.ec2deployer.applications.SpringSourceDmServer

Second, create the installsap.sh script:

curl "http://....springsource-dm-server-1.0.1.RELEASE.zip" -o springsource-dm-server-1.0.1.RELEASE.zip
unzip springsource-dm-server-1.0.1.RELEASE.zip -d /var/lib

You need to download the dm Server from SpringSource and put it in a location that is accessible by curl, e.g. S3.

Cloudtools:deploy should now deploy your web application on the Spring Source dm server.

Note: The server is not yet configured to run as a service.


Sign in to add a comment
Powered by Google Project Hosting