You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
652 B

7 years ago
## Bike Tree
7 years ago
`An open source mash up for co-ops with several features including POS/member, membership tracking, volunteer tracking, paid repairs tracking, and a bike rental tracking system (bike library)`
7 years ago
7 years ago
Originally developed by Mark Leigh for [Bike Root](http://bikeroot.ca/) in Calgary, Canada. Built on top of [PHP Point Of Sale 9.1](https://github.com/deenseth/PHP-Point-Of-Sale).
7 years ago
Demo at [https://biketree.bikelover.org](https://biketree.bikelover.org)<br>
Logins: kelsey (Admin), mark (Sales Clerk)<br>
Password: password
## Recommended Installation
```
cd docker;
docker-compose -p biketree build;
docker-compose -p biketree up -d;
```