LinuxServer: Difference between revisions

615 bytes removed ,  23 November 2020
no edit summary
No edit summary
 
No edit summary
Line 12: Line 12:
<br><br>
<br><br>
However, once you terminate your SSH connection to the server host, the GTAC server will stop running. To keep the server running, you can either ''nohup'' or use ''screen''. There are other ways to keep the server running, but those two are the most common. Please refer to your distro's documentation for information information and/or examples available on using nohup and screen.<br><br>
However, once you terminate your SSH connection to the server host, the GTAC server will stop running. To keep the server running, you can either ''nohup'' or use ''screen''. There are other ways to keep the server running, but those two are the most common. Please refer to your distro's documentation for information information and/or examples available on using nohup and screen.<br><br>
== Dependencies ==
The linux server currently depends on OpenSSL and libcurl. The list here shows the required commands for a few linux distributions:<br>
{| class="wikitable"
|'''Debian/Ubuntu'''
|<code>apt install openssl curl</code>
|-
|'''RedHat/Fedora'''
|<code>dnf install openssl curl</code>
|-
|'''CentOS'''
|<code>yum install openssl curl</code>
|-
|'''openSUSE'''
|<code>zypper install openssl curl</code>
|-
|'''Arch Linux'''
|<code>pacman -S openssl curl</code>
|}
Please note: you may or may not need to use sudo to install these, depending on your system configuration and current user permissions.


== Server Manual ==
== Server Manual ==
You can find the main server manual (applies to both Linux and Windows servers) on the [[ServerManual|server manual]]
You can find the main server manual (applies to both Linux and Windows servers) on the [[ServerManual|server manual]]
2,591

edits