Arduino wrote:First, it had me create all the stuff in /opt/armagetronad/. I think that my server had its files in /etc/armagetronad-dedicated/. Which one do I use?
You can create the servers' directory structure wherever you want. Just make sure you have it correctly set up (and change the scripts to the correct path):
Code: Select all
armagetronad/
armagetronad/servers/
armagetronad/logs/
armagetronad/scripts/
armagetronad/servers/server1/
armagetronad/servers/server1/settings/
armagetronad/servers/server1/var/
(...)
Arduino wrote:It also says
Don't forget to set both files with execute permissions: chmod +x srv start
Is it srv/start or srv start?
Which sets both 'srv' and 'start' with execute permissions (same as 'chmod +x srv', 'chmod +x start').