Mercurial > hg > dml-home
annotate var/dml/config-enabled/README.txt @ 100:a4cd935561d4 dml-dockerised tip
small updates and version pin for cliopatria
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Fri, 29 Jun 2018 17:48:41 +0100 |
parents | b39b8b8f7e83 |
children |
rev | line source |
---|---|
samer@6 | 1 ---+ ClioPatria Application configuration |
samer@6 | 2 |
samer@6 | 3 This directory was automatically created by the ClioPatria setup script. |
samer@6 | 4 It can be filled with Prolog source-files that configure your |
samer@6 | 5 application for your specific needs. ClioPatria contains several example |
samer@6 | 6 config files, which are located in the directory: |
samer@6 | 7 |
samer@6 | 8 /home/dml/src/github/ClioPatria/config-available |
samer@6 | 9 |
samer@6 | 10 For example, to enhance the system setup for development, you may wish |
samer@6 | 11 to do: |
samer@6 | 12 |
samer@6 | 13 == |
samer@6 | 14 ln -s /home/dml/src/github/ClioPatria/config-available/debug.pl |
samer@6 | 15 == |
samer@6 | 16 |
samer@6 | 17 This application may provide additional application-specific example |
samer@6 | 18 configuration files. |
samer@6 | 19 |
samer@6 | 20 @see /home/dml/src/github/ClioPatria/config-available/README.txt |
samer@6 | 21 |