Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagebash
title/opt/updater/download-dictionaries.sh
/opt/updater/env/bin/fab download suggestions_bank
/opt/updater/env/bin/fab download suggestions_ipemail
/opt/updater/env/bin/fab download suggestions_easfio
/opt/updater/env/bin/fab download suggestions_geoip
 
/opt/updater/env/bin/fab download suggestions_houseeas
/opt/updater/env/bin/fab download suggestions_iso3166geo
/opt/updater/env/bin/fab download suggestions_geonameshouse
/opt/updater/env/bin/fab download suggestions_osmiso3166
/opt/updater/env/bin/fab download suggestions_partygeonames
/opt/updater/env/bin/fab download suggestions_partyextosm

/opt/updater/env/bin/fab download suggestions_emailparty
/opt/updater/env/bin/fab download suggestions_fiopartyext

/opt/updater/env/bin/fab download factor_geocode
/opt/updater/env/bin/fab download factor_fias
Блок кода
languagebash
title/opt/updater/update-dictionaries.sh
/opt/updater/env/bin/fab update suggestions_bank
/opt/updater/env/bin/fab update suggestions_ipemail
/opt/updater/env/bin/fab update suggestions_addressfio
/opt/updater/env/bin/fab update suggestions_flatip

/opt/updater/env/bin/fab update suggestions_steadaddress
/opt/updater/env/bin/fab update suggestions_geonamesflat
/opt/updater/env/bin/fab update suggestions_osmstead
/opt/updater/env/bin/fab update suggestions_partygeonames
/opt/updater/env/bin/fab update suggestions_emailosm

/opt/updater/env/bin/fab update suggestions_fioparty

/opt/updater/env/bin/fab update factor_geocode
/opt/updater/env/bin/fab update factor_fias

...

Блок кода
languagebash
title/opt/updater/download-dictionaries.sh
/opt/updater/env/bin/fab download-to suggestions_bank /tmp/dictionaries/suggestions_bank
/opt/updater/env/bin/fab download-to suggestions_ipemail /tmp/dictionaries/suggestions_ipemail
/opt/updater/env/bin/fab download-to suggestions_easfio /tmp/dictionaries/suggestions_easfio
/opt/updater/env/bin/fab download-to suggestions_geoip /tmp/dictionaries/suggestions_geoip
 
/opt/updater/env/bin/fab download-to suggestions_houseeas /tmp/dictionaries/suggestions_houseeas
/opt/updater/env/bin/fab download-to suggestions_iso3166geo /tmp/dictionaries/suggestions_iso3166geo
/opt/updater/env/bin/fab download-to suggestions_geonameshouse /tmp/dictionaries/suggestions_geonameshouse
/opt/updater/env/bin/fab download-to suggestions_osmiso3166 /tmp/dictionaries/suggestions_osmiso3166
/opt/updater/env/bin/fab download-to suggestions_partygeonames /tmp/dictionaries/suggestions_partygeonames
/opt/updater/env/bin/fab download-to suggestions_partyextosm /tmp/dictionaries/suggestions_partyextosm

/opt/updater/env/bin/fab download-to suggestions_emailparty /tmp/dictionaries/suggestions_emailparty
/opt/updater/env/bin/fab download-to suggestions_fiopartyext /tmp/dictionaries/suggestions_fiopartyext

/opt/updater/env/bin/fab download-to factor_geocode /tmp/dictionaries/factor_geocode
/opt/updater/env/bin/fab download-to factor_fias /tmp/dictionaries/factor_fias
Блок кода
languagebash
title/opt/updater/copy-dictionaries.sh
SERVER="10.0.1.34"
/opt/updater/env/bin/fab -H $SERVER scp suggestions_bank /tmp/dictionaries/suggestions_bank
/opt/updater/env/bin/fab -H $SERVER scp suggestions_email /tmp/dictionaries/suggestions_email
/opt/updater/env/bin/fab -H $SERVER scp suggestions_fio /tmp/dictionaries/suggestions_fio
/opt/updater/env/bin/fab -H $SERVER scp suggestions_ip /tmp/dictionaries/suggestions_ip

/opt/updater/env/bin/fab -H $SERVER scp suggestions_eas /tmp/dictionaries/suggestions_eas
/opt/updater/env/bin/fab -H $SERVER scp suggestions_geo /tmp/dictionaries/suggestions_geo
/opt/updater/env/bin/fab -H $SERVER scp suggestions_geonameshouse /tmp/dictionaries/suggestions_geonameshouse
/opt/updater/env/bin/fab -H $SERVER scp suggestions_osmiso3166 /tmp/dictionaries/suggestions_osmiso3166
/opt/updater/env/bin/fab -H $SERVER scp suggestions_partygeonames /tmp/dictionaries/suggestions_partygeonames
/opt/updater/env/bin/fab -H $SERVER scp suggestions_partyextosm /tmp/dictionaries/suggestions_partyextosm

/opt/updater/env/bin/fab -H $SERVER scp suggestions_emailparty /tmp/dictionaries/suggestions_emailparty
/opt/updater/env/bin/fab -H $SERVER scp suggestions_fiopartyext /tmp/dictionaries/suggestions_fiopartyext

/opt/updater/env/bin/fab -H $SERVER scp factor_geocode /tmp/dictionaries/factor_geocode
/opt/updater/env/bin/fab -H $SERVER scp factor_fias /tmp/dictionaries/factor_fias
Блок кода
languagebash
title/opt/updater/update-dictionaries.sh
SERVER="10.0.1.34"
/opt/updater/env/bin/fab -H $SERVER update suggestions_bank
/opt/updater/env/bin/fab -H $SERVER update suggestions_ipemail
/opt/updater/env/bin/fab -H $SERVER update suggestions_addressfio
/opt/updater/env/bin/fab -H $SERVER update suggestions_flatip

/opt/updater/env/bin/fab -H $SERVER update suggestions_steadaddress
/opt/updater/env/bin/fab -H $SERVER update suggestions_geonamesflat
/opt/updater/env/bin/fab -H $SERVER update suggestions_osmstead
/opt/updater/env/bin/fab -H $SERVER update suggestions_partygeonames
/opt/updater/env/bin/fab -H $SERVER update suggestions_emailosm

/opt/updater/env/bin/fab -H $SERVER update suggestions_fioparty

/opt/updater/env/bin/fab -H $SERVER update factor_geocode
/opt/updater/env/bin/fab -H $SERVER update factor_fias