configure
Home
/
applications /
aplcache /
configure
#!/bin/bash
passphrase=""
if [[ ! -z $1 ]]; then
passphrase=$1@
if [[ ! -z $2 ]]; then
passphrase=$1:$2@
fi
fi
cd aplcache
git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-aplcachereusable.git azkaban
git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-aplcachereusable.git cloudstore
git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-aplcachereusable.git keycloak
git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-aplcachereusable.git killbill
git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-aplcachereusable.git petclinic
git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-aplcachereusable.git shopizer
git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-aplcachereusable.git thingsboard
cd ..
cd aplcachetf
git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-aplcachetf.git azkaban
git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-aplcachetf.git cloudstore
git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-aplcachetf.git keycloak
git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-aplcachetf.git killbill
git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-aplcachetf.git petclinic
git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-aplcachetf.git shopizer
git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-aplcachetf.git thingsboard
cd ..