- clone this project
git clone git@github.com:zoryamba/start-project.git
- navigate to project folder
cd start-project
- update git submodules
git submodule init
- initialize .gitmodules
file
git submodule update
- get submodules sources
- run docker-compose
docker-compose up
To get latest submodules updates use git submodule update
command