Navigation Menu

Skip to content

ekendra-nz/boxbilling

 
 

Repository files navigation

BoxBilling Download Latest

If you want to download BoxBilling for use please click on Download BoxBilling button above instead of git pull command or GitHub's Download ZIP button!

Build Status Scrutinizer Code Quality

Open Source billing software

Requirements

  • PHP >=5.3.3
  • PHP extensions:
    • mcrypt
    • curl
    • zlib
    • PDO
    • gettext
  • MySQL or any PDO compatible SQL server

Getting started

Please read documentation at http://docs.boxbilling.com to get started with BoxBilling

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request to develop branch

Using Vagrant

Vagrant is very well documented but here are a few common commands:

  • vagrant up starts the virtual machine and provisions it
  • vagrant suspend will essentially put the machine to 'sleep' with vagrant resume waking it back up
  • vagrant halt attempts a graceful shutdown of the machine and will need to be brought back with vagrant up
  • vagrant ssh gives you shell access to the virtual machine

Install vagrant-hostmanager plugin

$ vagrant plugin install vagrant-hostmanager

to update /etc/hosts file

Using Grunt

To create minified js and css files for theme admin_default run: ./node_modules/.bin/grunt from project root directory

If you want to use not minified versions of admin_default theme:


Virtual Machine Specifications
  • OS - Ubuntu 12.04
  • PHP - 5.4.*
  • Apache
  • MySQL 5.6
  • IP - 10.20.30.12
  • servername - boxbilling.test
  • target folder - /var/www/boxbilling

Support

Licensing

BoxBilling is licensed under the Apache License, Version 2.0. See LICENSE for full license text.

About

BoxBilling - Open source billing and client management software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 43.2%
  • CSS 22.6%
  • JavaScript 22.4%
  • HTML 11.8%
  • Shell 0.0%
  • Nginx 0.0%