Skip to content

Instantly share code, notes, and snippets.

View mandarl's full-sized avatar
🎯
Focusing

Mandar Limaye mandarl

🎯
Focusing
View GitHub Profile
@mandarl
mandarl / gitlab.sh
Last active August 29, 2015 14:07 — forked from sanand0/gitlab.sh
# Gitlab 5.1: https://github.com/gitlabhq/gitlabhq/blob/5-1-stable/doc/install/installation.md
# Set up an AWS EC2 Ubuntu 12.04 LTS Server.
# Use ap-southeast-1b: spot pricing is smoother
# Log in as ubuntu@
sudo apt-get -y update
sudo apt-get -y upgrade
# Install the required packages.