diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-01-08 20:07:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 20:07:54 +0100 |
commit | 95ce79917a1b48de48e9ed32229b726675d28cb4 (patch) | |
tree | 685afa00f715507798f4a27d11a96a59dfb6729a | |
parent | 5407294170b7b73f94972f5feda2fc04fb37d2c6 (diff) | |
parent | 10663fbf7f6865551a65381142007f5cc89d6e02 (diff) | |
download | NorthstarWiki-95ce79917a1b48de48e9ed32229b726675d28cb4.tar.gz NorthstarWiki-95ce79917a1b48de48e9ed32229b726675d28cb4.zip |
Merge pull request #12 from Legonzaur/patch-2
Adding information about hosting on Linux
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md index 3b2a1bc..3068dff 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md @@ -1,5 +1,26 @@ # Hosting on Linux -> **TODO:** If you got experience with hosting a dedicated server on Linux as well as setting up a dedicated server in container environments please extend this section. +Hosting in Linux is still WIP. [This issue thread on Github](https://github.com/R2Northstar/Northstar/issues/49) contains some instructions to succesfully host a dedicated server on Linux. + +Linux users can launch the server executable using Wine. + +As servers currently needs DirectX 11 capabilities, a dedicated hosted on linux will need a graphic card and a working X11 environment to work. + +If one of those two conditions are not met, you'll want to know how to host a [Headless Server](#Headless_Servers) + +# <a name="Headless_Servers">Headless Servers</a> + +## Using Docker +Two docker images are currently available +- [pg9182/northstar_dedicated](https://github.com/pg9182/northstar-dedicated) : Advanced image with server management tools and better performance +- [legonzaur/northstar-server-headless](https://github.com/Legonzaur/northstar-server-headless) : Basic image without management tools + +Those two docker images are using XVFB internally, an headless fork on Xorg. + +## Without using Docker + +Hosting on a headless linux server without docker on Linux is not reccomended, as you'll be forced to build packages yourself. + +You can find instruction on pg9182's repository [pg9182/northstar_dedicatd#running-with-wine](https://github.com/pg9182/northstar-dedicated#running-with-wine) |