Skip to content

Commit c0724a2

Browse files
authored
Merge pull request #23 from CCPBioSim/jimboid-patch-1
Revise README with badges and usage instructions
2 parents 28b9254 + ffaffa4 commit c0724a2

1 file changed

Lines changed: 23 additions & 9 deletions

File tree

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
1-
CCPBioSim Structure Validation Workshop
2-
=======================================
1+
# CCPBioSim Structure Validation Workshop
32

4-
[![build](https://github.com/ccpbiosim/structure-validation-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/structure-validation-workshop/actions/workflows/build.yaml)
3+
[![ci](https://github.com/ccpbiosim/structure-validation-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/structure-validation-workshop/actions/workflows/build.yaml)
4+
[![latest](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpbiosim.github.io%2Fworkshop.json&query=%24.containers.structure-validation-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/structure-validation-workshop/pkgs/container/structure-validation-workshop)
5+
[![issues](https://img.shields.io/github/issues/ccpbiosim/structure-validation-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/structure-validation-workshop/issues)
6+
[![pr](https://img.shields.io/github/issues-pr/ccpbiosim/structure-validation-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/structure-validation-workshop/pulls)
57

6-
This container is derived from the CCPBioSim JupyterHub image. This container
7-
adds the necessary software packages and notebook content to form a deployable
8-
course container. The source content for this course can be found at
9-
https://github.com/CCPBioSim/structure-validation-workshop
8+
This workshop source repository contains the build recipe for a docker container derived from the CCPBioSim JupyterHub image. This container adds the necessary software packages and notebook content to form a deployable course container.
109

11-
How to Use
12-
----------
10+
## How to Use
11+
12+
This training course is deployed on the [CCPBioSim](www.ccpbiosim.ac.uk) website via our cloud infrastructure, however you can deploy on your own machine with docker.
13+
14+
Pull the container from our repository::
15+
16+
docker pull ghcr.io/ccpbiosim/structure-validation-workshop:latest
1317

1418
In our containers we are using the JupyterHub default port 8888, so you should
1519
forward this port when deploying locally::
1620

1721
docker run -p 8888:8888 ghcr.io/ccpbiosim/structure-validation-workshop:latest
22+
23+
## Authors
24+
25+
Workshop Content Authors:
26+
27+
- Martyn Winn
28+
29+
## Contact
30+
31+
Please direct all questions and feedback to [Charlie Laughton](mailto:martyn.winn@stfc.ac.uk)

0 commit comments

Comments
 (0)