myos/README.md

781 B

yaip - Yet Another Internet Project

Terraform a bunch of ressources to host your projects on Internet.

Disclaimer

This is work in progress ;)

Requirements

You need docker, git and make.

Usage

Examples

  • Install yaip for domain localhost
$ make install DOMAIN=localhost
  • Build an iso
$ make packer-build

Variables

  • DRYRUN

Do nothing, show commands instead of executing it.

$ make install DRYRUN=true
  • VERBOSE

Show called functions.

$ make install VERBOSE=true

Debug

  • Show debug variables
$ make debug
  • Generate self documentation
$ make doc
  • Show env args
$ make print-env_args

Status

Beta software, use it at your own risks.