This project is killed in favor of deccanplato.
RESTful cloud identity provisioner. Provisions a cloud identity instance running OpenAM in Amazon EC2 in a multi tenant environment.
Build with:
$ mvn clean install
Then run with:
$ java -jar target/dependency/webapp-runner.jar target/*.war
�
Clone this project locally:
$ git clone https://github.com/metadaddy-sfdc/spring-mvc-fulfillment-base.git
Create a new app on Heroku (make sure you have the Heroku Toolbelt installed):
$ heroku login
$ heroku create -s cedar
Upload the app to Heroku:
$ git push heroku master
Open the app in your browser:
$ heroku open