These instructions are to configure a new dev environment. To run the project you need to follow a few steps.
- Install Docker
- sudo docker pull chambm/pwiz-skyline-i-agree-to-the-vendor-licenses
- sudo docker run -d -p 9999:9999 -p 7777:7777 -p 8787:8787 -v
pwd
/qc-benchmarker-data:/data/qc-benchmarker-data -vpwd
/files:/data/files -it chambm/pwiz-skyline-i-agree-to-the-vendor-licenses bash - sudo docker ps # copy the container id
- sudo docker exec -it CONTAINER_ID bash # After this you will be inside the container
- apt update
- apt install -y git
- git clone https://github.com/IGARDS/qc-benchmarker
- cd qc-benchmarker
- ./install_dev.sh
- ./install_app.sh
- Start whatever you want :)
- Install docker
- sudo docker pull pauleanderson/qc-benchmarker
- sudo docker run -d -p 9999:9999 -p 7777:7777 -p 8787:8787 -v
pwd
/qc-benchmarker-data:/data/qc-benchmarker-data -vpwd
/files:/data/files -it pauleanderson/qc-benchmarker - Start whatever you want :)
9999 is jupyter lab
7777 is the flask server
8787 is rstudio
Magnus
Ben
Paul