Running Multiple Servers

Post here if you need help setting up your server, etc.
Post Reply
User avatar
Arduino
On Lightcycle Grid
Posts: 30
Joined: Fri Aug 27, 2010 10:52 pm
Location: Texas
Contact:

Running Multiple Servers

Post by Arduino »

I checked out this article about running multiple srevers on 1 machine and had some questions about it. http://wiki.armagetronad.net/index.php? ... x_computer

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?

It also says
Don't forget to set both files with execute permissions: chmod +x srv start
Is it srv/start or srv start?
You should learn Arduino: http://www.arduino.cc/
Arduino
User avatar
madmax
Round Winner
Posts: 306
Joined: Thu Mar 02, 2006 11:14 pm

Re: Running Multiple Servers

Post by madmax »

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?

Code: Select all

chmod +x srv start
Which sets both 'srv' and 'start' with execute permissions (same as 'chmod +x srv', 'chmod +x start').
Winner of the How Many Pages Before The Lock® competition and a grand total of 18,93 euros in Euromillions.
User avatar
Arduino
On Lightcycle Grid
Posts: 30
Joined: Fri Aug 27, 2010 10:52 pm
Location: Texas
Contact:

Re: Running Multiple Servers

Post by Arduino »

Thanks
You should learn Arduino: http://www.arduino.cc/
Arduino
User avatar
LOVER$BOY
Match Winner
Posts: 731
Joined: Thu Jan 24, 2008 12:46 pm

Re: Running Multiple Servers

Post by LOVER$BOY »

Hey there.

I have a question regarding the settings folder in the server1 folder:

Code: Select all

armagetronad/servers/server1/settings/
What do I place in that folder? settings_custom.cfg?

Thanks in advance.
Image
Post Reply