Skip to content
Snippets Groups Projects
Commit af555b6c authored by Vermaat's avatar Vermaat
Browse files

Highlight Ansible Mutalyzer role in docs

parent 15d1891c
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,11 @@ submit bug reports and feature requests.
Developer documentation is `hosted at Read The Docs
<http://mutalyzer.readthedocs.org>`_.
If you're interested in running your own Mutalyzer installation, please have a
look at our `Mutalyzer Ansible role
<https://github.com/mutalyzer/ansible-role-mutalyzer>`_ for a completely
automated deployment.
Contributing
------------
......
......@@ -18,6 +18,8 @@ containers such as `Gunicorn`_.
Below we briefly describe our recommended setup for a production environment
using Gunicorn, nginx and Supervisor.
See :ref:`deploy_ansible` for a solution to completely automate this.
Configuration settings
----------------------
......@@ -152,6 +154,8 @@ website:
environment=MUTALYZER_SETTINGS="/opt/mutalyzer/conf/settings.py"
.. _deploy_ansible:
Automated deployment with Ansible
---------------------------------
......
......@@ -4,6 +4,9 @@ Mutalyzer developer documentation
Mutalyzer is an HGVS variant nomenclature checker. The canonical Mutalyzer
installation can be found at `mutalyzer.nl <https://mutalyzer.nl>`_.
.. note:: If you're looking into running your own Mutalyzer installation, you
might be interested in :ref:`deploy_ansible`.
This is the developer documentation for Mutalyzer. User documentation can be
found on the `wiki <https://humgenprojects.lumc.nl/trac/mutalyzer>`_.
......
......@@ -5,6 +5,10 @@
Installation
============
.. note:: If you're looking into deploying Mutayzer in a production
environment (as opposed to a local development installation), please see
:ref:`deploy`.
Mutalyzer depends on a database server, `Python`_ 2.7, and several Python
packages. `Redis`_ is a soft dependency. This section walks you through
installing Mutalyzer with Redis and using `PostgreSQL`_ as database server,
......
......@@ -70,6 +70,13 @@ Development of Mutalyzer happens on
GitHub: <a href="https://github.com/mutalyzer/mutalyzer">github.com/mutalyzer/mutalyzer</a>
</p>
<p>
If you're interested in running your own Mutalyzer installation, please have a
look at
our <a href="https://github.com/mutalyzer/ansible-role-mutalyzer">Mutalyzer
Ansible role</a> for a completely automated deployment.
</p>
<h2>Sponsors</h2>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment