Changes between Initial Version and Version 1 of UirAdr


Ignore:
Timestamp:
Sep 13, 2010, 5:00:43 PM (14 years ago)
Author:
zbynek@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UirAdr

    v1 v1  
     1
     2= UIR-ADR =
     3
     4Basic informations : [http://forms.mpsv.cz/uir/popis/popis.jsp]
     5
     6== Bootstrap database structure and data ==
     7
     8 * obtain bootstrap data in csv format - check [http://forms.mpsv.cz/uir/popis/popis.jsp basic informations]
     9 * unzip all csv files in current directory
     10 * use attached sql script
     11{{{
     12time pgsql -Uportax portax < LOAD.SQL
     13}}}
     14 * synchronize latest data
     15{{{
     16screen -dm ~portax/bin/uir_adr_update.pl
     17}}}
     18 * be patient ...
     19
     20
     21