Liberty Unleashed

Liberty Unleashed => Liberty Unleashed Chat => Topic started by: AdTec_224 on August 20, 2014, 02:00:11 am

Title: [Experimental] RaspberryPI Server
Post by: AdTec_224 on August 20, 2014, 02:00:11 am
As i was bored earlier today i decided to attempt to compile the LU server on the pi, as some of you have requested this in the past, and this is the result.

Notes:
   - Experimental and should NOT be used for mainstream server hosting.
   - Compatible Version: LU 0.1.0.16.
   - You will need the server config files from the Linux or Windows archives.
   - No compatible modules at this time.
   - This release may be a one off so don't count on support for this version of the server.

Download: Click here (http://adtec.vrocker-hosting.co.uk/rpi/LUServer.tar.gz).

- AdTec_224
Title: Re: [Experimental] RaspberryPI Server
Post by: Pipec on August 20, 2014, 08:55:13 am
Looks nice.

Short "HOWTO".

login to your PI via SSH and then copy this code:

Code: [Select]
mkdir /home/pi/LU_Server/
cd /home/pi/LU_Server/
wget http://adtec.vrocker-hosting.co.uk/rpi/LUServer.tar.gz
tar -xf LUServer.tar.gz
sudo chmod 0777 ./Server.bin

Now you have a working server executable file. You can run server with command:
Code: [Select]
./Server.bin
And of course, dont forget to copy files and directories from full server package ( can be found on the main page ) to your new Raspberry PI LU Server.