aboutsummaryrefslogtreecommitdiffstats
path: root/_site/params.json
diff options
context:
space:
mode:
Diffstat (limited to '_site/params.json')
-rw-r--r--_site/params.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/_site/params.json b/_site/params.json
new file mode 100644
index 0000000..e254ea4
--- /dev/null
+++ b/_site/params.json
@@ -0,0 +1 @@
+{"name":"Relcool","tagline":"Release creation for Erlang","body":"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.\r\n\r\n### Example Configuration\r\n\r\n```\r\n$ git clone https://github.com/tsloughter/erlangdc2013.git\r\n$ cd erlangdc2013\r\n$ cat relcool.config\r\n{release, {erlangdc, \"0.0.1\"},\r\n [estatsd\r\n ,erlangdc]}.\r\n{extended_start_script, true}.\r\n\r\n$ ./relcool\r\n...\r\n$ ls _rel/\r\nbin erts-5.10.1 lib log releases\r\n```\r\n\r\n### Documentation\r\n\r\n[relcool wiki](https://github.com/erlware/relcool/wiki)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file