Skip to content

Instantly share code, notes, and snippets.

View paulccarey's full-sized avatar
🙂

Paul Carey paulccarey

🙂
  • Indeed.com
  • Liverpool/Manchester, UK
View GitHub Profile
@paulccarey
paulccarey / gist:cdf3e247116848a50fba
Created November 4, 2015 13:43 — forked from leftclickben/gist:322b7a3042cbe97ed2af
Steps to migrate from SVN to GitLab

Steps to migrate from SVN to GitLab

This process worked for me. I take no responsibility for any damage or loss incurred as a result of following or not following these steps or, for that matter, anything else you might do or not do.

Setup

  • SVN is hosted at svn.domain.com.au.
  • SVN is accessible via http (other protocols should work).
  • GitLab is hosted at git.domain.com.au and:
@paulccarey
paulccarey / osx-install-and-proxy.md
Last active September 9, 2015 14:43 — forked from josiah14/osx-install-and-proxy.md
OSX Installation and Proxy configuration

The setup for getting docker working on OSX behind a proxy is slightly more complex than just following the instructions on the Docker website. I found the information I needed at the below 2 links, but I'm copying the information here in case for some reason those links break or go away.

For Docker 1.4.1

Missing from the official install guide at the time of writing

First, install Docker normally according to the website: https://docs.docker.com/installation/mac/

Open up your ~/.bashrc or ~/.zshrc (depending on which shell you're using) and add the Docker environment variables by adding the following lines to the file:

@paulccarey
paulccarey / download
Last active August 27, 2015 11:55 — forked from guzart/download
bash: Download and Compress Rails API
#!/bin/bash
rm -rf api.rubyonrails.org/
wget -r -k -p http://api.rubyonrails.org/
rm rails_api.rar
rar a -r rails_api.rar api.rubyonrails.org/