Skip to content

Jax Virtual Machines: VRA Cloud Portal

VRA: Jax Self-Service Virtual Machines

https://github.com/wflynny/jax-vms

Quick Start

#!/usr/bin/env bash

sudo yum install -y singularity
sudo mkdir /opt/work && sudo chgrp jaxuser /opt/work && sudo chmod g+w /opt/work && cd /opt/work