Development with Docker: Add pip install docker-compose
Add instructions for installing docker-compose with pip to the instructions for setting up a canvas in docker development environment. Change-Id: I67ab66b2be402a919b64bdbc28a326715757ba9c Reviewed-on: https://gerrit.instructure.com/65791 Tested-by: Jenkins Reviewed-by: Adam Ard <aard@instructure.com> Product-Review: Adam Ard <aard@instructure.com> QA-Review: Adam Ard <aard@instructure.com> Tested-by: Adam Ard <aard@instructure.com>
This commit is contained in:
parent
4cc1c29593
commit
03ee2b02b2
|
@ -123,6 +123,14 @@ In Fedora 22 and later, docker-compose is in the repos:
|
|||
$ dnf install docker-compose
|
||||
```
|
||||
|
||||
###### Ubuntu and others
|
||||
|
||||
If you have [python pip](https://en.wikipedia.org/wiki/Pip_(package_manager)) installed, you can use it to install docker-compose:
|
||||
|
||||
```
|
||||
$ pip install docker-compose
|
||||
```
|
||||
|
||||
### Bootstrapping
|
||||
|
||||
With those dependencies installed, go to your Canvas directory and run
|
||||
|
|
Loading…
Reference in New Issue