Code Monkey home page Code Monkey logo

chargebee-samples's Introduction

chargebee-samples

The repo contains the source code for the sample apps used in the ChargeBee tutorials

PHP

  • Copy the files under chargebee-samples/php folder to your apache's default site (mostly /var/www/)
  • Download the latest ChargeBee's php library and extract the files under /var/www directory.
  • Note: You need to enable mod-rewrite and .htaccess in your apache server to run the samples.

You should now be able to try out the various samples.

RUBY

Tested on Ruby 1.9.3 and Rails 3.2.12

To try out the samples execute the following commands under the chargebee-samples/ruby directory

  • bundle install
  • rails new cb_sample_apps -s
  • cd cb_sample_apps
  • rails server

JAVA

To try out the samples please follow the below steps

  • Install tomcat. You can get it from Tomcat site.
  • Download the ChargeBee's java library.
  • Copy the library jar to java/webapp/WEB-INF/lib in this repo.
  • Compile the classes using ant -f build/build.xml -Dtomcat.home=<tomcat home>
  • Note: The samples need to run in the root context ("/"). So in <tomcat home>/conf/server.xml add a context path with docbase set to chargebee-samples/java/webapp and path set as "/". Or you could also copy the files to the ROOT context.
  • Start the tomcat server.

chargebee-samples's People

Contributors

cb-naveenp avatar cb-sudheer avatar davidw avatar hellokps avatar saravana-cb avatar strayobject 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.