This creates and updates documentation at seqware.github.com
For developers:
-
Build a host that has Docker installed, we normally use a Ubuntu host.
-
Check out this repo
-
Add an appropriate private key at private_key.pem (This is a private key for the seqware-jenkins account on Github that is used to check in documents. Do not use a passphrase.)
-
Assuming docker is installed properly, build image with
docker build -t seqware_1.1.0-alpha.6_docs .
-
Run container and build our docs with the following (this can be done via jenkins)
docker run --rm -h master -t -i seqware_1.1.0-alpha.6_docs