The software behind the mass spec portal at openmsi.nersc.gov.
git clone https://github.com/biorack/openmsi_web
- Build and push images to registry.spin.nersc.gov:
./openmsi_web/build.sh --all
- Git clone this repo to a cori login node:
git clone https://github.com/biorack/openmsi_web
- In the root directory of the openmsi_web repo, create the following files containing your TLS private key and certificate ((w/ issuer after, PEM encoded):
- .tls.key
- .tls.cert
- Ensure the .tls.key file is only readable by you:
- `chmod 600 .tls.key
- Run the deployment script:
./deploy.sh
- You'll need to pass it flags the location of the openmsi docker images on the repo.