mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
parent
2738e61597
commit
b51629645c
13
README.md
13
README.md
@ -35,3 +35,16 @@ auth | If both username and password is set, HTTP Basic Auth will be used
|
||||
3. Install all dependencies with `npm install`
|
||||
|
||||
4. Launch the web UI with `npm start`
|
||||
|
||||
## System Configuration
|
||||
|
||||
### Windows
|
||||
|
||||
Make sure to disable Windows Error Reporting or server control will be stuck on a server crash.
|
||||
|
||||
### Wine
|
||||
|
||||
Make sure to disable Wine GUI Crash Dialog or server control will be stuck on a server crash.
|
||||
This is easiest solved using `winetricks` by running `winetricks nocrashdialog`.
|
||||
It can also be disabled manually.
|
||||
[Read more at Wine FAQ](http://wiki.winehq.org/FAQ#head-c857c433cf9fc1dcd90b8369ef75c325483c91d6).
|
||||
|
Loading…
Reference in New Issue
Block a user