Skip to content

Instantly share code, notes, and snippets.

@alexec
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexec/2733f19c16457ec442b3 to your computer and use it in GitHub Desktop.
Save alexec/2733f19c16457ec442b3 to your computer and use it in GitHub Desktop.
apt-get install nginx git ruby maven bundler
git clone https://github.com/alexec/www.alexecollins.com.git
cd www.alexecollins.com
bundler install
middleman build
mv /usr/share/nginx/html /usr/share/nginx/html.1
cp -R build /usr/share/nginx/html
apt-get install docker.io
vi /etc/init.d/docker.io
service docker.io restart
export DOCKER_HOST=tcp://127.0.0.1:4243
apt-get remove openjdk-7-jre openjdk-7-jre-headless openjdk-7-jdk
apt-get install openjdk-6-jdk
https://github.com/settings/ssh
https://help.github.com/articles/working-with-ssh-key-passphrases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment