Docker repository for MetaShARK.
Server setup tests have been done within Genostack scope. Here are the followed steps:
- Create a genouest.org account (https://genostack.genouest.org/)
- Access your dashboard.
- Launch a new instance with following specs:
- Ubuntu 18.04
- >= 8 Go RAM and 20 Go Memory
- Edit security group with rule
Ingress IPv4 TCP 3838 0.0.0.0/0 -
- Edit VM proxy Rules:
- From
/
to<your_ip>:3838/
- Enable "web socket" option
- Connect to genossh.genouest.org, and then to your VM as root user (see Genostack's guide)
- Install Docker (
snap install docker
) - Clone this git repository.
- Build the MetaShARK docker image with:
docker build -t metashark MetaShARK_docker/
This step might take several minutes.
5. Launch the app with:
docker run -d --rm -p 3838:3838 --name MetaShARK_dockerized metashark