From fc11fad608a49f95d1298067244e59dcb25c86a3 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 12 Jul 2013 17:10:17 -0700 Subject: Create gh-pages branch via GitHub --- index.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 801b0f0..09b8c62 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - Relx by erlware + Relcool by erlware @@ -18,7 +18,7 @@
-

Relx

+

Relcool

Release creation for Erlang

@@ -31,36 +31,38 @@
-

Reltool 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.

+

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

+

+Example Configuration

$ git clone https://github.com/tsloughter/erlangdc2013.git
 $ cd erlangdc2013
-$ cat relx.config
+$ cat relcool.config
 {release, {erlangdc, "0.0.1"},
  [estatsd
  ,erlangdc]}.
 {extended_start_script, true}.
 
-$ ./relx
+$ ./relcool
 ...
 $ ls _rel/
 bin  erts-5.10.1  lib  log  releases
 
-

Documentation

+

+Documentation

-

relx wiki

+

relcool wiki

- +
- + \ No newline at end of file -- cgit v1.2.3