===========================================================
This document presents an overview about the administration
and configuration of Crate DB specific to operating systems
based on redhat.
===========================================================

For general information about crate please refer to the
README file::

    /usr/share/doc/crate-<version>/README

LICENSE
=======

XXX

CHANGES
=======

Please refer to::

    /usr/share/doc/crate-<version>/CHANGES

Starting and Stopping Crate DB
==============================

You can use the following command to start crate::

    >>> service crate start

After starting crate the status should be 'Running'::

    >>> service crate status

To stop crate use::

    >>> service crate stop

Configuration Files
===================

The crate configuration files can be found under '/etc/crate'.

Crate default settings are specified within crate.yml::

    /etc/crate/crate.yml

Crate logging can be configured by editing the logging.yml file::

    /etc/crate/logging.yml
