aaronmyatt / deploy_elixir

Elixir + Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeployElixir

TODO: Add description

Installation

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/deploy_elixir.

Install Sqitch

brew tap sqitchers/sqitch brew install sqitch --with-postgres-support

Install pgTap

cpan -u cpan TAP::Parser::SourceHandler::pgTAP cpanm IO::Pager git clone https://github.com/theory/pgtap.git cd pgtap

You may want to perform the make tasks as your postgres user make make installcheck make intall start a postgres CLI session as a superuser CREATE EXTENSION IF NOT EXISTS pgtap; Consider making your life a little easier and a pgTap template to Sqitch: https://justatheory.com/2014/01/templating-tests-with-sqitch/

About

Elixir + Ansible


Languages

Language:Elixir 75.9%Language:PLpgSQL 17.8%Language:Shell 6.3%