Project

General

Profile

« Previous | Next » 

Revision 2976

README.TXT: Changed documentation to use make schemas/reinstall to empty the DB, since that command is simpler. Added how to archive the last import.

View differences:

README.TXT
8 8
Data import:
9 9
    Import data into VegBIEN: . bin/import_all
10 10
    Stop all running imports: . bin/stop_imports
11
    Empty the DB: make empty_db
11
    Archive the last import: make schemas/rotate
12
    Re-import data: make schemas/rotate; . bin/import_all
13
        Note: This will archive the last import.
14
    Empty the DB: make schemas/reinstall
12 15
        WARNING: This will delete your VegBIEN DB!
13
    Re-import data: make empty_db; . bin/import_all
14
        WARNING: This will delete your VegBIEN DB!
15 16

  
16 17
Datasource setup:
17 18
    Add a new datasource: make inputs/<short_name>/add

Also available in: Unified diff