From 025526a05d05082a95752a6e0462eaccc477b405 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 21 Sep 2013 10:22:56 -0500 Subject: add user manual page --- _site/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 _site/index.html (limited to '_site/index.html') diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..17c48e1 --- /dev/null +++ b/_site/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + Relx by erlware + + + +
+
+ +
+

Relx

+

Release creation for Erlang

+
+ +
+ Download .zip + Download .tar.gz + View on GitHub +
+ +
+ +
+

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

+ +
$ 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
+
+ +

+Documentation

+ +

relx wiki

+
+ + + + +
+
+ + -- cgit v1.2.3