Giter Site home page Giter Site logo

bactgen-training-app's Introduction

Bioinformatics training documentation

See the site (https://training.bactgen.sanger.ac.uk/)

This repo contains docsify generated documentation for the JUNO and GPS2 global genomic sequencing projects.

Development guidance:

Content

To add or change content, edit the markdown files.

Styling

Styling is largely managed by docsify-themeable. If you want to change something, please check the available customisations and add an appropriate override in the index.html file (under the :root style tag).

Try to avoid embedding HTML in the markdown files if possible.

References

All references, in links and images, should be relative to the project root, eg. /F1/microreact.md.

Deploying website update script

The live website is updated with the docker_deploy.sh script. If this has been changed (or if in doubt) deploy it to the server.

./deploy.sh <remote user> <deployment host address>

Updating live website

  1. If the last commit hasn't been tagged, tag the repo following versioning convention in current tags e.g. v0.1.13

  2. Build image using tag version (without the v e.g. 0.1.13). The <docker user> must be the name of the docker repository you plan to use

cd bactgen-training-app
docker build -t <docker user>/bactgen-training-app:<version> .
  1. Push image to repository of <docker user>
docker push <docker user>/bactgen-training-app:<version>
  1. Deploy the website to the server. You must have ssh access to the host address. If you do not then the recent contributors of this repo that still work at the Sanger should already have access. You can ask them to add your public ssh key. Additional information on remote users and host addresses can be found here.
ssh <remote user>@<deployment host address> docker_deploy.sh <version> <docker registry>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.