mirror of
https://github.com/fspc/biketree.git
synced 2025-04-04 10:03:23 -04:00
19 lines
652 B
Markdown
19 lines
652 B
Markdown
## Bike Tree
|
|
|
|
`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)`
|
|
|
|
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).
|
|
|
|
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;
|
|
```
|
|
|