Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.7 KB

Make Snippets

A collection of Makefiles that helps in various tasks:

  • building docker images
  • deploying docker images
  • creating AWS CloudFormation stacks

Architecture

Move along, nothing to see here.

Application Checklist

Move along, nothing to see here.

Configuring project

First things first

git submodule sync --recursive

git submodule update --init --recursive

How to Run

This project was not meant to be run alone. It is used together with other projects, usually as a git submodule.

Bellow are the list of the currently implemented Makefiles:

How to Test

No tests currently implemented

How to Deploy

Not meant to be deployed