From a6c581eeab32e2b6db5a1495617475b90d70bdbd Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Fri, 24 Mar 2017 17:54:52 +0100 Subject: [PATCH] Fix wrong file name - Fix #6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5c23d..f749e3d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ After [building](#build) the software, run all the following commands as `root` 1. Create a dedicated user: `useradd -r mxisd` - Create config directory: `mkdir /etc/mxis` - Change user ownership of `/etc/mxis` to dedicated user: `chown mxisd /etc/mxis` -- Copy `/build/libs/mxisd` to `/usr/bin/mxisd`: `cp ./build/libs/mxisd /usr/bin/mxisd` +- Copy `/build/libs/mxisd.jar` to `/usr/bin/mxisd`: `cp ./build/libs/mxisd.jar /usr/bin/mxisd` - Make it executable: `chmod a+x /usr/bin/mxisd` - Copy (or create a new) `./application.yaml` to `/etc/mxis/mxisd.yaml` - Configure `/etc/mxis/mxisd.yaml` with production value, `key.path` being the most important - `/etc/mxis/mxisd-signing.key` is recommended