Project

General

Profile

« Previous | Next » 

Revision 3614

README.TXT: Datasource setup: Installing the staging tables: View the logs: Fixed bug in tail syntax to also work on Linux

View differences:

README.TXT
56 56
    Install the staging tables:
57 57
        make inputs/<name>/reinstall quiet=1 &
58 58
        To view progress: tail -f inputs/<name>/import/install-<table>.log.sql
59
        View the logs: tail +1 inputs/<name>/import/install-*.log.sql
59
        View the logs: tail -n +1 inputs/<name>/import/install-*.log.sql
60 60
            tail provides a header line with the filename
61 61
            +1 starts at the first line, to show the whole file
62 62
        For every file with an error 'column "..." specified more than once':

Also available in: Unified diff