Mentat system - development documentation¶
This wiki based documentation should serve only for the purposes of project development support. General documentation for public usage is published on main project web site:
Internal documentation for administration of CESNET`s Mentat system installation can be found in restricted internal wiki:
More in-depth documentation including API documentation is generated using sphinx-doc documentation tool and available at our automated build server Alchemist:
- production: https://alchemist.cesnet.cz/mentat/doc/production/html/manual.html
- pre-release: https://alchemist.cesnet.cz/mentat/doc/release/html/manual.html
- development: https://alchemist.cesnet.cz/mentat/doc/development/html/manual.html
Project packages can also be found on our automated build server Alchemist:
Table of contents¶
- Development guidelines
- Deployment
- PostgreSQL upgrade
- Database testing (cs)
- Mentat dependencies upgrade
- Reporting
Quick overview¶
Public project repositories¶
- https://homeproj.cesnet.cz/git/mentat-ng.git - Master repository of the Mentat system.
- https://alchemist.cesnet.cz/mentat/repo.git - Publicly readable depository for automated build server Alchemist.
Related projects¶
- project:idea - webpage repository - Intrusion Detection Extensible Alert data model for security information exchange.
- Warden - webpage repository - System for efficient sharing information about detected events (threats).
- project:sabu - webpage repository - System for efficient sharing of information about security events and their analysis between the security teams in the Czech Republic.
- pyzenkit - webpage repository - Python 3 script and daemon toolkit.
- pynspect - webpage repository Python data inspection library.
Email aliases¶
- mentat-admin@cesnet.cz - mach@cesnet.cz, ph@cesnet.cz
- mentat-info@cesnet.cz - andrea@cesnet.cz, mach@cesnet.cz, ph@cesnet.cz
- mentat-reports@cesnet.cz - andrea@cesnet.cz, mach@cesnet.cz
References¶
- Wiki formating: http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting
- Sphinx-doc documentation generator: http://www.sphinx-doc.org/en/stable/
- Buildbot framework: http://buildbot.net/