Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 389 Bytes

Start project

  1. clone this project

git clone git@github.com:zoryamba/start-project.git

  1. navigate to project folder

cd start-project

  1. update git submodules

git submodule init - initialize .gitmodules file

git submodule update - get submodules sources

  1. run docker-compose

docker-compose up

To get latest submodules updates use git submodule update command