Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer for Arch Linux #121

Open
ectokooler opened this issue Dec 11, 2012 · 3 comments
Open

Installer for Arch Linux #121

ectokooler opened this issue Dec 11, 2012 · 3 comments
Assignees

Comments

@ectokooler
Copy link

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.

@ghost ghost assigned marcuswhybrow Dec 18, 2012
@marcoamorales
Copy link

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
Copy link

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
Copy link
Contributor

FSMaxB commented Oct 10, 2013

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants