Skip to content

Instantly share code, notes, and snippets.

@RYDM
RYDM / Rob's Dev Flav V0.1.0
Last active November 7, 2018 18:10
This is a script I wrote for myself while volunteering at Cancer Computer (www.cancercomputer.com). It was made to setup a Galaxy Project server and Data Science coding environment for a fresh install of Centos7.
#!/usr/bin/bash
# Varaible Defs
HOME=/home/$USER/
JUPYTER=/home/$USER/Jupyter/
ANACONDA=/home/$USER/Anaconda_3/
TOOLS=/home/$USER/Tools/
GALAXY=/home/$USER/galaxy/
PLANEMO=/home/$USER/Planemo/
Docker/Docker-Machine/Golang and Dep Install/Opennebula Plugin/OpenVPN/VM Startup
for launching Opennebula Shell Environment for Galaxy Container
Centos7 Clean install
This Guide assumes a clean Centos 7 instance/installation.
Install Docker-CE (alternatively you can install Docker-EE):
$ sudo yum install docker-ce