2013-03-08 14:00:10 +00:00
2013-03-07 11:29:03 +00:00
2013-02-23 13:46:07 +01:00
2013-03-01 19:25:44 +01:00
2013-02-21 21:13:11 +01:00
2013-03-04 11:19:05 +00:00
2013-02-08 23:56:24 +01:00
2013-03-03 22:04:54 +00:00
2013-03-01 14:51:19 +01:00
2013-02-08 23:56:05 +01:00
2013-03-03 22:04:54 +00:00
2013-02-08 23:56:24 +01:00

billingstack

What is Billingstack? BillingStack is a convergence of efforts done in the previous started Bufunfa project and the BillingStack Grails (Java) version by Luis Gervaso.

The goal is to provide a free alternative to anyone that has a need for a subscription based billingsystem with features compared to other popular ones.

Features include:

  • Plans - Collections of Products like Compute Gold or similar

  • Products - A Compute server for example

  • Merchants - Multi-Tenancy via Merchants where the Merchant is the Tenant of the application and can have multiple Customers, it's own settings etc.

  • Plugin based Storage API - The Storage API is pluggable and other backends can be added.

  • REST API - Currently based on Pecan for V1.

Installing

  1. git clone https://github.com/billingstack/billingstack
  2. virtualenv .venv
  3. pip install -r tools/test-requires -r tools/pip-options -r tools/pip-requires
  4. python setup.py develop
  5. Edit the config to your liking vi etc/billingstack/billingstack.conf
  6. Run the API billingstack-api --config-file etc/billingstack/billingstack.conf
Description
RETIRED, Billing software
Readme 1.3 MiB