unreal_tournament_2004_linux_server
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| unreal_tournament_2004_linux_server [2019/06/09 18:31] – created josh | unreal_tournament_2004_linux_server [2019/06/09 19:46] (current) – add systemd service josh | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| chmod -R o-w . | chmod -R o-w . | ||
| chmod +x System/ucc* | chmod +x System/ucc* | ||
| + | rsync -av / | ||
| # check that it runs: | # check that it runs: | ||
| ./ | ./ | ||
| Line 38: | Line 39: | ||
| </ | </ | ||
| + | For HTTP downloads: | ||
| + | |||
| + | < | ||
| + | apt install apache2 | ||
| + | </ | ||
| + | |||
| + | Apache2 configuration: | ||
| + | |||
| + | < | ||
| + | Alias "/ | ||
| + | < | ||
| + | Require all granted | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | And copy in all custom maps, static meshes, textures, etc... to ''/ | ||
| + | |||
| + | Add ''/ | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| + | |||
| + | cd $HOME/ | ||
| + | while [ true ]; do | ||
| + | ./ | ||
| + | done | ||
| + | </ | ||
| + | |||
| + | Add ''/ | ||
| + | |||
| + | < | ||
| + | [Unit] | ||
| + | Description=Unreal Tournament 2004 Server | ||
| + | |||
| + | [Service] | ||
| + | User=ut2004 | ||
| + | Group=ut2004 | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||
unreal_tournament_2004_linux_server.1560119492.txt.gz · Last modified: by josh
