IBM WebSphere Application Server Liberty Buildpack

The liberty-buildpack is a Cloud Foundry buildpack for running applications on IBM's WebSphere Application Server Liberty Profile. It is designed to run most "packaged" servers.

Usage

In order to use the buildpack you will first need to complete the following:

cf push --buildpack="URL to forked repository"

For further details on the options available for deploying your applications see options

Running Tests

To run the tests, do the following:

bundle install
bundle exec rake

If you want to use the RubyMine debugger, you may need to install additional gems.

bundle install --gemfile Gemfile.rubymine-debug

Contributing

Pull requests are welcome; see the contributor guidelines for details.