1
0
mirror of https://github.com/fspc/biketree.git synced 2025-02-22 08:53:24 -05:00

shows howto use docker-compose

This commit is contained in:
Jonathan Rosenbaum 2017-09-07 03:20:33 +00:00
parent 9677b21b5f
commit 37cd07b153

View File

@ -7,3 +7,12 @@ Originally developed by Mark Leigh for [Bike Root](http://bikeroot.ca/) in Calga
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-compost -p biketree up -d;
```