mirror https://github.com/synrc/mad

Namdak Tonpa 4749430639 tabs 10 лет назад
doc 135720e97f mad tex 10 лет назад
include 431a4ee5c1 mad ling 10 лет назад
priv b171e9653c typo 10 лет назад
src 4749430639 tabs 10 лет назад
test fe1e953680 make mad regular OTP application back 11 лет назад
.gitignore 856c7887f3 Get the escript to work 11 лет назад
.travis.yml a391e95692 mad with no deps 11 лет назад
LICENSE 431a4ee5c1 mad ling 10 лет назад
Makefile ce72016ab0 fix error with ./mad up 10 лет назад
README.md a6e650bbd2 small note for linux users. 10 лет назад
mad 431a4ee5c1 mad ling 10 лет назад
mix.exs d2274768e5 https://hex.pm/packages/mad 10 лет назад
rebar.config 431a4ee5c1 mad ling 10 лет назад

README.md

MAD

A simple rebar-compatible dependency manager.

MAD

Goals

It shall:

  • be compatible with rebar configuration.
  • be as small and fast as possible.

Build

$ make

And put 'mad' to PATH.

Unikernel Bundle

Bundle is a gzipped archive of erlang beams of all dependecies along with directory structure of OTP-applications with priv directories. This allows you to pack all site inside single portable escript package able to run under Windows, Linux and Mac. Releases includes all current directory exept sources both code and data with all dependencies.

$ mad app "sample"
$ cd sample
$ mad deps compile plan bundle "web_app"
$ ./web_app

Building OTP Release

Releases are bundles made by release_handler module of sasl applications. It has it own fat bootstripts along with erlang runtime included. This allows you to distribute you applications with copy deploy without Erlang prerequisite.

$ mad app sample
$ cd sample
$ mad dep com pla release
$ _rel/sample/bin/sample console

Note: relx must be installed LINUX NOTE: if you want to have online recompilation you should do at first:

$ sudo apt-get install inotify-tools

Support

  • Gitter
  • IRC Channel #n2o on FreeNode 24/7

Documentation

If you are new or need to determine whether the MAD architecture and philosophy is a fit for your project

  • Official MAD brochure HTML and PDF

Credits

  • Maxim Sokhatsky
  • Sina Samavati
  • Vladimir Kirillov

OM A HUM