Petals Cockpit 0.22.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h2. Installation directory

{code}
petals-cockpit-X.X.X
??? conf
?   ??? config.yml
??? db
?   ??? cockpit.mv.db
?   ??? cockpit.trace.db
??? lib
?   ??? petals-cockpit-X.X.X-capsule.jar
??? logs
?   ??? cockpit-access.log
?   ??? cockpit.log
??? petals-cockpit.sh
    ??? conf ??? README.txt
    ?   ??? config.yml
{code}
The installation directory from ZIP archive and compiled sources contains :
* A *conf* directory which contains the *config.yml* server configuration file
* A *db* directory which contains the generated *cockpit.mv.db* and *cockpit.trace.db* data base files.
* A *lib* directory which contains the *petals-cockpit-X.X.X-capsule.jar* application jarfile.
* A *logs* directory which contains the log files generated at runtime.
* A *petals-cockpit.sh* run script.
* A *README.txt* helper file.

{noformat}
petals-cockpit-X.X.X
??? conf
?   ??? config.yml
??? db
?   ??? cockpit.mv.db
?   ??? cockpit.trace.db
??? lib
?   ??? petals-cockpit-X.X.X-capsule.jar
??? logs
?   ??? cockpit-access.log
?   ??? cockpit.log
??? petals-cockpit.sh
    ??? conf ??? README.txt
{noformat}

h1. Configuring Petals Cockpit