mirror of
https://github.com/fspc/biketree.git
synced 2025-02-22 17:03:23 -05:00
shows howto use docker-compose
This commit is contained in:
parent
9677b21b5f
commit
37cd07b153
@ -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>
|
Demo at [https://biketree.bikelover.org](https://biketree.bikelover.org)<br>
|
||||||
Logins: kelsey (Admin), mark (Sales Clerk)<br>
|
Logins: kelsey (Admin), mark (Sales Clerk)<br>
|
||||||
Password: password
|
Password: password
|
||||||
|
|
||||||
|
## Recommended Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
cd docker;
|
||||||
|
docker-compose -p biketree build;
|
||||||
|
docker-compost -p biketree up -d;
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user