Mercurial > public > ssdt-docker
comparison scripts/import-usps.sh @ 45:dc40a6ed0af3
add default for usps anonymous
author | Dave smith <smith@nwoca.org> |
---|---|
date | Wed, 27 Jan 2016 17:37:41 -0500 |
parents | e5ba33051de7 |
children | dfbb643b82a3 |
comparison
equal
deleted
inserted
replaced
44:e5ba33051de7 | 45:dc40a6ed0af3 |
---|---|
4 docker-compose rm -vf uspsapp uspsdb | 4 docker-compose rm -vf uspsapp uspsdb |
5 | 5 |
6 export IMP_IRN=${IMP_IRN} | 6 export IMP_IRN=${IMP_IRN} |
7 export IMP_URL=${IMP_URL-ftp://username:password@nwoca.org} | 7 export IMP_URL=${IMP_URL-ftp://username:password@nwoca.org} |
8 export IMP_PATH=${IMP_PATH} | 8 export IMP_PATH=${IMP_PATH} |
9 export IMP_ANON=${IMP_ANON-} | 9 export IMP_ANON=${IMP_ANON:--a false} |
10 export IMP_EM=${IMP_EM-} | 10 export IMP_EM=${IMP_EM-} |
11 | 11 |
12 # start import and wait for completion | 12 # start import and wait for completion |
13 docker-compose -f docker-compose.yml -f /ssdt/compose/preview/import.yml up uspsimport | 13 docker-compose -f docker-compose.yml -f /ssdt/compose/preview/import.yml up uspsimport |
14 # remove temporary container | 14 # remove temporary container |