| ... | ... | @@ -6,8 +6,7 @@ BALKAN_BRANCH := develop |
|
|
|
endif
|
|
|
|
|
|
|
|
install_balkan:
|
|
|
|
$(PIP) install -i https://balkan:GW1AxVUCDUovxkoFr5Te7yCMCg1la0EiG9NORQ+oSok@marketplace.blkn.io/balkan/test/ -e git+ssh://git@gitlab.scrape.rs/balkan/app-server.git@$(BALKAN_BRANCH)#egg=balkan
|
|
|
|
ifeq ("$(wildcard /etc/balkan/settings.py)","") ## if settings.py exists in /etc/balkan don't execute
|
|
|
|
$(PIP) install --trusted-host github.com --process-dependency-links -e git+ssh://git@gitlab.scrape.rs/balkan/app-server.git@$(BALKAN_BRANCH)#egg=balkanifeq ("$(wildcard /etc/balkan/settings.py)","") ## if settings.py exists in /etc/balkan don't execute
|
|
|
|
[ -d ~/.balkan ] || mkdir ~/.balkan
|
|
|
|
cp -f $(ENV_FOLDER)/src/balkan/settings/settings_local.dist ~/.balkan/settings.py
|
|
|
|
endif |
|
|
\ No newline at end of file |