From d2e39c3168ddabbe7eada99971165a4d0d493ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Fri, 3 Apr 2015 12:29:41 +0200 Subject: [PATCH] Added Readme --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fd4d47 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# Arma Server Admin + +## Requirements + +- Node.js, https://nodejs.org/ +- Pre-installed Arma Server + +## Supported Games + +- arma1 +- arma2 +- arma2oa +- arma3 +- cwa (does not support linux) +- ofp +- ofpresistance + +## Config + +Key | Description +--- | --- | --- +game | Which game server to launch, see above +path | Folder path to game server +port | Web port to use +type | Which kind of server to use, can be 'linux', 'windows' or 'wine' + +## How to Use + +1. Copy `config.js.example` to `config.js` + +2. Change values in `config.js` as described above or in the file + +3. Install all dependencies with `npm install` + +4. Launch the web UI with `npm start`