Howto:Set up a multiplayer server: Difference between revisions

(Moved GitLab repository URLs to SourceForge repository URLs)
Line 67: Line 67:
* Once the compilation process finishes, you need to install the program using "make install" (as user), or you can also install as root.
* Once the compilation process finishes, you need to install the program using "make install" (as user), or you can also install as root.


* Once the program has been installed, you need to copy the fgms_example.conf file from the /fgms/src/server directory, into the build-fgms directory. To do this from inside the /fgms/src/server directory, you can use this command: cp ./fgms_example.conf ~/build-fgms/
* Once the program has been installed, you need to copy the example *.conf files from the /fgms/contrib/etc directory, into the build-fgms directory. To do this from inside the /fgms/contrib/etc directory, you can use e.g. this command: cp ./fgms_local.skel.conf ~/build-fgms/


* Now 'cd' into the build-fgms directory, and rename the file you just copied as "fgms.conf" so that fgms can find the proper configuration.
* Now 'cd' into the build-fgms directory, and rename the file you just copied as "fgms.conf" so that fgms can find the proper configuration.
648

edits