GithubHelp home page GithubHelp logo

forkspace / ibm-websphere-liberty-buildpack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudfoundry/ibm-websphere-liberty-buildpack

0.0 2.0 0.0 3.22 MB

IBM WebSphere Application Server Liberty Buildpack

License: Apache License 2.0

Ruby 94.60% Shell 1.94% C 3.34% Makefile 0.13%

ibm-websphere-liberty-buildpack's Introduction

Build Status

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.

Usage

To deploy applications using the IBM WebSphere Application Server Liberty Buildpack, you are required to accept the IBM Liberty license and IBM JRE license by following the instructions below:

  1. Read the current IBM Liberty-License and the current IBM JVM-License.

  2. Extract the D/N: <License code> from the Liberty-License and JVM-License.

  3. Add the following environment variables and extracted license codes to the manifest.yml file in the directory from which you push your application. For further information on the format of the manifest.yml file refer to the manifest documentation.

      env:
        IBM_JVM_LICENSE: <jvm license code>
        IBM_LIBERTY_LICENSE: <liberty license code>
    

After you have set the license acceptance environment variables, use the following command to deploy the application with the IBM WebSphere Application Server Liberty Buildpack:

cf push <APP-NAME> -p <ARCHIVE> -b https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack.git
  • For further details on the options available for deploying your applications see options.
  • For further details on tuning the applications JVM see tuning options.
  • For further details on pushing a Java Main application see java main push.

Documentation

All Documentation is available in the Docs folder of the buildpack.

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.

ibm-websphere-liberty-buildpack's People

Contributors

benjsmi avatar bhattala avatar charlesworth avatar clarkja avatar davidcurrie avatar dettlaff avatar igorbelyi avatar jgawor avatar jtviegas avatar mrdavidlaing avatar nebhale avatar opiethehokie avatar pjmorris avatar stopyro avatar sykesm avatar thomwright avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.