mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 12:37:24 +01:00
@@ -6,7 +6,7 @@
|
||||
|
||||
[](http://forthebadge.com) [](https://www.reddit.com/r/SS13/comments/5oplxp/what_is_the_main_problem_with_byond_as_an_engine/dclbu1a) [](http://forthebadge.com)
|
||||
|
||||
This is a toolset to manage production BYOND servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
|
||||
This is a toolset to manage production DreamMaker servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
@@ -19,7 +19,8 @@ apt-get install -y \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
xmlstarlet
|
||||
xmlstarlet \
|
||||
libgdiplus
|
||||
|
||||
declare repo_version=$(if command -v lsb_release &> /dev/null; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi)
|
||||
curl -L https://packages.microsoft.com/config/ubuntu/$repo_version/packages-microsoft-prod.deb -o packages-microsoft-prod.deb
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
.TH TGS-CONFIGURE 1
|
||||
.SH NAME
|
||||
tgs-configure \- tgstation-server interactive configuration file generator
|
||||
.SH SYNOPSIS
|
||||
.B tgs-configure
|
||||
.SH DESCRIPTION
|
||||
.B tgs-configure
|
||||
.SH OPTIONS
|
||||
The
|
||||
.B tgs-configure
|
||||
command does not take any options.
|
||||
modifies the tgstation-server configuration file stored in /etc/tgstation-server/appsettings.Production.yml.
|
||||
.SH SEE ALSO
|
||||
tgstation-server(7)
|
||||
.SH BUGS
|
||||
See issue tracker at https://github.com/tgstation/tgstation-server/issues.
|
||||
.SH AUTHOR
|
||||
Jordan Dominion (Cyberboss@users.noreply.github.com)
|
||||
@@ -0,0 +1,11 @@
|
||||
.TH TGSTATION-SERVER 7
|
||||
.SH NAME
|
||||
tgstation-server \- A production scale tool for DreamMaker server management
|
||||
.SH DESCRIPTION
|
||||
This is a toolset to manage production DreamMaker servers. It includes the ability to update the server without having to stop or shutdown the server (the update will take effect on a "reboot" of the server), the ability to start the server and restart it if it crashes, as well as systems for managing code and game files, and locally merging GitHub Pull Requests for test deployments.
|
||||
.SH SEE ALSO
|
||||
tgs-configure(1)
|
||||
.SH BUGS
|
||||
See issue tracker at https://github.com/tgstation/tgstation-server/issues.
|
||||
.SH AUTHOR
|
||||
Jordan Dominion (Cyberboss@users.noreply.github.com)
|
||||
@@ -0,0 +1,2 @@
|
||||
debian/man/tgs-configure.1
|
||||
debian/man/tgstation-server.7
|
||||
Reference in New Issue
Block a user