msmhq / msm

An init script for managing Minecraft servers
http://msmhq.com
GNU General Public License v3.0
1.21k stars 224 forks source link

Installer for Arch Linux #121

Open ectokooler opened 11 years ago

ectokooler commented 11 years ago

I have been using Arch Linux to host my Minecraft servers in the past, as it is a lightweight distribution that is as powerful and robust as you make it. I have managed to get it installed on Arch, but still have troubles creating a server via the msm commands. Mainly, apt-get poses a problem, and while a user was created upon executing "create new server", it did not provide the /home/minecraft folder on install. If this is not feasible, it would be helpful if I could find a document which explains alternate methods of getting MSM properly installed and functional.

marcoamorales commented 11 years ago

Well, I would like to first of all not encourage using an Arch host as a server. Arch's updates sometimes are bound to break a system and can be time consuming to repair. I would personally use something like Ubuntu server or something else.

If you would still like to install it on Arch, you could follow up the install script and run the equivalent on Arch.

ex.

$ sudo apt-get install screen rsync zip

to

$ sudo pacman -Syu screen rsync zip
marcoamorales commented 11 years ago

I actually started working on the arch.sh script that would make this work on Arch. The updating and installing is easy of course. I will need to research how to properly write a systemd service file so we can enable automatic start and shutdown at boot.

FSMaxB commented 10 years ago

Done!