liquid_feedback_core

diff README @ 0:8d021cb5eaf4

Version beta1
author jbe
date Tue Oct 27 12:00:00 2009 +0100 (2009-10-27)
parents
children e6faf5ff83af
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Tue Oct 27 12:00:00 2009 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +
     1.5 +Setup the database:
     1.6 +$ createdb liquid_feedback
     1.7 +$ psql -v ON_ERROR_STOP=1 -f core.sql liquid_feedback
     1.8 +
     1.9 +Optionally insert demo data:
    1.10 +$ psql -v ON_ERROR_STOP=1 -f demo.sql liquid_feedback
    1.11 +
    1.12 +Compile lf_update binary:
    1.13 +$ make
    1.14 +
    1.15 +If you wish, copy the created lf_update file to /usr/local/bin or a
    1.16 +similar directory. Ensure that "lf_update dbname=liquid_feedback"
    1.17 +is called regularly. On successful run, lf_update will not produce
    1.18 +any output and exit with code 0.
    1.19 +
    1.20 +NOTE: When writing to the database, some INSERTs must be executed
    1.21 +      within the same transaction, e.g. issues can't exist without
    1.22 +      an initiative and vice versa.
    1.23 +
    1.24 +To uninstall the software, delete the lf_update binary
    1.25 +and drop the database by entering the following command:
    1.26 +$ dropdb liquid_feedback
    1.27 +

Impressum / About Us