The Codox plugin is installed for this project. In order to build the documentation, type:
lein codox
from the project directory. Resulting documentation is available in docs.
Built documentation available in github pages:
http://dataexchange.clinicalgenome.org/genegraph/index.html
To configure logging see config/logback.xml. By default, the app logs to stdout and logs/. To learn more about configuring Logback, read its documentation.
To run REBL for Genegraph:
genegraph.server> (require 'cognitect.rebl)
nil
genegraph.server> (cognitect.rebl/ui)
nil
Docker container support
- Build a Docker image:
docker build -t genegraph .
- Run your Docker image:
docker run -p 8888:8888 genegraph