Skip to content

Commit

Permalink
Some files were missing from the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Jan 5, 2017
1 parent 15a190f commit 1b5ff3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ You will need the Erlang/OTP 18 or later.

Then download the latest binary release
[lorawan-server-0.2.0.tar.gz](https://github.com/gotthardp/lorawan-server/releases)
and unpack it by:
and (on Linux) unpack it by:
```bash
mkdir lorawan-server
mv lorawan-server-0.2.0.tar.gz lorawan-server/
cd lorawan-server
tar -zxvf lorawan-server-0.2.0.tar.gz
```

On Windows you can use the [7-Zip](http://www.7-zip.org).

## Server Configuration

Review the `lorawan-server/releases/0.2.0/sys.config` with the server configuration:
Expand Down
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
{system_libs, false},
{generate_start_script, false},
{overlay, [
{copy, "scripts/lorawan-server", "bin/lorawan-server"}
{copy, "scripts/lorawan-server", "bin/lorawan-server"},
{copy, "scripts/lorawan-daemon", "bin/lorawan-daemon"},
{copy, "scripts/lorawan-server.bat", "bin/lorawan-server.bat"},
{copy, "scripts/lorawan.service", "bin/lorawan.service"}
]}
]}.

0 comments on commit 1b5ff3c

Please sign in to comment.