Skip to content

Instantly share code, notes, and snippets.

View FiorellaQuispe's full-sized avatar
Making web development easier

Fiorella Quispe FiorellaQuispe

Making web development easier
View GitHub Profile
sudo yum update -y
sudo yum install -y git
sudo yum install -y docker
sudo service docker start
sudo usermod -a -G docker ec2-user
sudo curl -L https://github.com/docker/compose/releases/download/1.20.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
@FiorellaQuispe
FiorellaQuispe / .gitignore
Created June 6, 2017 21:41 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@FiorellaQuispe
FiorellaQuispe / README-Template.md
Created April 10, 2017 22:37 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites