From 32db43885ab2db7c762a37f6794ee14181ca2170 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 21 Sep 2013 11:43:48 -0500 Subject: convert generated page to markdown --- index.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index.md (limited to 'index.md') diff --git a/index.md b/index.md new file mode 100644 index 0000000..fed1217 --- /dev/null +++ b/index.md @@ -0,0 +1,27 @@ +--- +layout: default +title: Relx by erlware +--- + +Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory. + +## Example Configuration + +{% highlight bash %} +$ git clone https://github.com/tsloughter/erlangdc2013.git +$ cd erlangdc2013 +$ cat relx.config +{release, {erlangdc, "0.0.1"}, + [estatsd + ,erlangdc]}. +{extended_start_script, true}. + +$ ./relx +... +$ ls _rel/ +bin erts-5.10.1 lib log releases +{% endhighlight %} + +### Documentation + +* [wiki](http://github.com/erlware/relx/wiki) -- cgit v1.2.3