Skip to content

Instantly share code, notes, and snippets.

View dannon's full-sized avatar

Dannon dannon

View GitHub Profile
@dannon
dannon / installers.md
Created March 3, 2017 12:56 — forked from natefoo/installers.md
How to install tools on Test and Main

Test

Run the installer

Make sure nobody is running a docker container before restarting the service...

$ ssh g2test@cvmfs0-tacc0.galaxyproject.org
$ cvmfs_server transaction test.galaxyproject.org
$ systemctl restart docker.service
import simplejson
import sqlalchemy
from sqlalchemy import String
from sqlalchemy.ext.mutable import Mutable
class JSONEncodedObj(sqlalchemy.types.TypeDecorator):
"""Represents an immutable structure as a json-encoded string."""
impl = String