Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Oct 6, 2017
1 parent 8bcda22 commit df9c68f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/Administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ the proxy configuration as follows.

## Backup and Restore

Use the `./dbexport` script to backup your database. This will create a `backup-xxx`
directory with several `*.json` files. Use the `./dbimport backup-xxx` script to
Use the `bin/dbexport` script to backup your database. This will create a `backup-xxx`
directory with several `*.json` files. Use the `bin/dbimport backup-xxx` script to
write these files back to the server database.

The database is stored in the `Mnesia.lorawan@localhost` directory. To upgrade
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"dependencies": {
"jquery": ">=1.0",
"ng-admin": ">=1.0.6",
"ng-admin": ">=1.0.7",
"angular-simple-logger": ">=0.0.1",
"angular-google-maps": "2.4.1",
"angular-google-chart": "1.0.0-beta.1",
Expand Down
4 changes: 3 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]}.

{relx, [
{release, {'lorawan-server', "0.4.11"},
{release, {'lorawan-server', "0.4.12"},
[lorawan_server]},
{sys_config, "lorawan_server.config"},
{dev_mode, false},
Expand All @@ -64,6 +64,8 @@
{system_libs, false},
{generate_start_script, false},
{overlay, [
{copy, "scripts/dbexport", "bin/dbexport"},
{copy, "scripts/dbimport", "bin/dbimport"},
{template, "scripts/lorawan-server", "bin/lorawan-server"},
{copy, "scripts/lorawanctl", "bin/lorawanctl"},
{template, "scripts/lorawan-server.bat", "bin/lorawan-server.bat"},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lorawan_server.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%
{application, lorawan_server,
[{description, "LoRaWAN Application Server"},
{vsn, "0.4.11"},
{vsn, "0.4.12"},
{modules, []},
{registered, []},
{mod, {lorawan_app, []}},
Expand Down

0 comments on commit df9c68f

Please sign in to comment.