CohortExplorer

INSTALLATION

sudo dpkg -i debian/cohortexplorer_0.02-1_all.deb

To install dependencies type,
sudo apt-get install -f

Or, install
apt-get install gdebi

and then,
sudo gdebi debian/cohortexplorer_0.02-1_all.deb

After the installation, the datasources can be configured by following the instructions in /etc/CohortExplorer/datasource-config.properties.

SECURITY

When installing CohortExplorer for group use, the administrator MUST ensure that:

a) MySQL connection parameters are for the read only mode (i.e. grant select only). 
b) At all times, only the user cohexp must be permitted to read /etc/CohortExplorer/datasource-config.properties.
c) Log file is only readable by the root/administrator or cohexp.


SUPPORT AND DOCUMENTATION

After installation, you can find documentation for CohortExplorer using the man command.

man CohortExplorer (Linux systems)


LICENSE AND COPYRIGHT

Copyright: Copyright © 2013-2014 Abhishek Dixit
License: GPL-3+

This program is free software: you can redistribute it and/or modify it under the terms 
of either:

a) the GNU General Public License as published by the Free Software Foundation, either 
version 3 of the License, or (at your option) any later version, or

b) the "Artistic Licence".

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details see <http://www.gnu.org/licenses/>.

On Debian systems, the complete text of the GNU General
Public License can be found in '/usr/share/common-licenses/GPL-3'.

See http://dev.perl.org/licenses/ for more information.
