Cuberite Forum
How do i actually go about running the linux version? - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: How do i actually go about running the linux version? (/thread-1127.html)

Pages: 1 2


How do i actually go about running the linux version? - LordKitsuna - 05-14-2013

Hey i have a nice VPS with like 1GB ram and other nice specs want to try this out on it even tho i know its not ideal. I have the linux automated builds tar but what do i actually do with it?


RE: How do i actually go about running the linux version? - tonibm19 - 05-14-2013

(05-14-2013, 04:59 AM)LordKitsuna Wrote: Hey i have a nice VPS with like 1GB ram and other nice specs want to try this out on it even tho i know its not ideal. I have the linux automated builds tar but what do i actually do with it?
Smile someone using linux.
untar it with "tar -xvf MCServer.tar"
Go into MCServer directory "cd MCServer"
Run the executable typing "./MCServer"


RE: How do i actually go about running the linux version? - ThuGie - 05-14-2013

installing screen might help just do screen ./MCServer when in the MCServer directory for it to keep running when you close putty Smile.


RE: How do i actually go about running the linux version? - LordKitsuna - 05-14-2013

[root@Server1 minecraft]# ./MCServer
-bash: ./MCServer: cannot execute binary file

:<


RE: How do i actually go about running the linux version? - ThuGie - 05-14-2013

did you go into the mcserver directory ?


RE: How do i actually go about running the linux version? - xoft - 05-14-2013

Someone should really write up a step-by-step guide into the wiki. Any willing Linux afficionados out there?


RE: How do i actually go about running the linux version? - LordKitsuna - 05-15-2013

I got it working thanksBig Grin


RE: How do i actually go about running the linux version? - xoft - 05-15-2013

That's the point - you have it working, but the next person to come after you doesn't.
So be a good guy and describe what you've done to make it work. The next person will find this and instead of asking us, they'll know. And we could code MCServer instead of answering questions Smile


RE: How do i actually go about running the linux version? - tonibm19 - 05-15-2013

(05-14-2013, 11:34 PM)xoft Wrote: Someone should really write up a step-by-step guide into the wiki. Any willing Linux afficionados out there?
When I have time I will write it. But it will be tomorrow. Today I haven't time.


RE: How do i actually go about running the linux version? - xoft - 05-15-2013

There's already a basic skeleton, but it needs extending and maybe even completely rewriting:
http://www.mc-server.org/wiki/doku.php?id=install
In the very least it should make it clear that the method installs from a third party build server, and link to the Compiling for completeness.