Giter Club home page Giter Club logo

killbill-admin-ui-standalone's Introduction

kaui-standalone

Self-contained Kaui application. It mounts the following engines:

Release builds are available on Maven Central with coordinates org.kill-bill.billing.kaui:kaui-standalone.

Kill Bill compatibility

Kaui version Kill Bill version
0.7.y 0.16.z
0.8.y 0.18.z (Rails 4)
0.9.y 0.18.z (Rails 5, where z >= 13)
1.x.y 0.20.z
2.x.y 0.22.z

Run

This is a standard Rails project:

bundle install
rails s

When using your own database, make sure to install the DDL file from Kaui.

Additionally, the project can be packaged as a self-contained war. Builds are available on Maven Central. Simply drop the war in your container of choice (e.g. Tomcat).

We also provide Docker images.

Build

You need at least jruby-9.1.14.0.

To create a self-contained war:

bundle install && \
export RAILS_ENV=production && \
bundle exec rake assets:clobber assets:precompile && \
bundle exec warble

Alternatively, if you want to create a self-executable war:

bundle install && \
export RAILS_ENV=production && \
bundle exec rake assets:clobber assets:precompile && \
bundle exec warble executable war

You can then run it using:

java -Dkaui.db.adapter=mariadb \
     -Dkaui.url=http://127.0.0.1:8080 \
     -Dkaui.db.url=jdbc:mysql://localhost/kaui \
     -Dkaui.db.username=killbill \
     -Dkaui.db.password=killbill \
     -Dwarbler.port=3000 \
     -jar killbill-admin-ui-standalone.war

The startup process will be done when the following message appears:

2015-10-13 18:11:43.571:INFO:oejs.Server:main: Started @25244ms

The logs directory can be set via System Properties (e.g. -DLOGS_DIR=/var/log/tomcat7) or via a custom logback.xml (e.g. -Dlogback.configurationFile=/etc/killbill/logback.xml).

killbill-admin-ui-standalone's People

Contributors

pierre avatar sbrossie avatar wwjbatista avatar killbillio avatar jaimerson avatar squaremike avatar

Watchers

James Cloos 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.