wechange-eg / cosinnus-devops

Devops repository for the WECHANGE suite. Your starting point to contribute to WECHANGE.
GNU Affero General Public License v3.0
22 stars 9 forks source link

git submodules #2

Closed almereyda closed 6 years ago

almereyda commented 6 years ago

This PR contains commits to reimplement local_install.sh into git submodules.

Fixes #1.

almereyda commented 6 years ago

Currently local_install.sh has not been removed, yet.

Please validate that it replicates the same functionality as

./local_install.sh

by running

git submodule init
git submodule update

If this works in the same way for you, too, another commit will be added to remove said .sh file.