Author Topic: [Experimental] RaspberryPI Server  (Read 1721 times)

AdTec_224

  • Developer
  • Newbie
  • *****
  • Posts: 36
  • Karma: +3/-5
    • View Profile
[Experimental] RaspberryPI Server
« 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.

- AdTec_224

Pipec

  • Newbie
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Re: [Experimental] RaspberryPI Server
« Reply #1 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.

 

© Liberty Unleashed Team.