Skip to content

Instantly share code, notes, and snippets.

View nvanderperren's full-sized avatar

nvanderperren

View GitHub Profile
@netsensei
netsensei / loris.md
Created May 12, 2018 15:11
Installing the Loris IIIF server

Python 2.7.9

sudo apt-get install build-essential sudo apt-get install zlib1g-dev libssl-dev python-dev

sudo apt-get install python-pip sudo pip install --upgrade pip sudo pip install virtualenv

cd /opt

@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #