• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Linux] Eluna Auto Installer + Setup

Hyperion

Founder
Eluna Auto Installer - v0.4

Supported Distro(s):
  • RedHat, CentOS, Fedora,
  • Debian, Ubuntu & Mint
Part of this was taken from my LMLS release.

Script does the following:
  • Prepares and installs server dependencies for TrinityCore.
  • Creates a sudo user with permissions.
  • Fetches Eluna source and TrinityCore source from Github.
  • Merges Eluna to Trinitycore.
  • CMake and compiles your server.
  • Sets up your auth, characters and world databases.
  • Updates your databases.
  • All features are automatic!

It is very simple.

Simply log into your server, be sure to have bash & wget installed then
type the following:
Code:
wget http://dl.emudevs.com/eluna/setup.sh && chmod +x setup.sh && ./setup.sh

That's all. The script will then setup the entire server for you along with the Eluna Lua Engine.

If you have questions or run into any problems, please post here so we can fix immediately.

Changelog
  • v0.3-0.4 - Now works with Boost libraries
  • v0.2 - Everything now runs from a single script
    Added su commands for user side installation
    Fixed unrar packages on debian based OS'
 
Last edited:

Ghostcrawler336

Epic Member
This is for those lazy people, I find it interesting to do it by hand. But this is a very useful script! Good job!

Regards,
Ghostcrawler336.
 

Mathias

Exalted Member
This is for those lazy people, I find it interesting to do it by hand. But this is a very useful script! Good job!

Regards,
Ghostcrawler336.

Yeah sure but after you done it a few time like me there isnt interesting anymore and it just get boring and takes longer time
:
Nice that linux gets something too :)
 
Last edited:

Skrbx

BETA Tester
Yeah, I have been working on a bsd version of my LMLS so I will have a Eluna release for bsd here soon.
It's just a bit more difficult support wise with the cores


Kinda. When you finish it ill add it to my TUT for setting up Trinity core on FreeBSD which i am preparing.
 

araikus

Enthusiast
hi this what i get when i run your scrips.

Downloading Maps, VMaps & DBC from EmuDevs.com...
mkdir: cannot create directory `/home/server/server/data': No such file or directory

Extracting maps...
bash: unrar: command not found

Extracting vmaps...
bash: unrar: command not found

Extracting dbc...
bash: unrar: command not found

Cleaning up...
bash: line 0: cd: /home/server/data: No such file or directory

Eluna Install Complete.


rm: cannot remove `/home/server/start.sh': No such file or director

the script, does not compensate for mysql and the fact that it has no password, and the tables creation fails. if i install mysql, create a password and create the tables, it works, but then im stuck with the above.

Please help

Centos 6
 

Hyperion

Founder
hi this what i get when i run your scrips.

Downloading Maps, VMaps & DBC from EmuDevs.com...
mkdir: cannot create directory `/home/server/server/data': No such file or directory

Extracting maps...
bash: unrar: command not found

Extracting vmaps...
bash: unrar: command not found

Extracting dbc...
bash: unrar: command not found

Cleaning up...
bash: line 0: cd: /home/server/data: No such file or directory

Eluna Install Complete.


rm: cannot remove `/home/server/start.sh': No such file or director

the script, does not compensate for mysql and the fact that it has no password, and the tables creation fails. if i install mysql, create a password and create the tables, it works, but then im stuck with the above.

Please help

Centos 6


Something failed a lot earlier on in the installation. Be sure you're running this as root and you do not have the user 'server' already created.
This is also designed to be used on a bare system. So if your mysql was already setup and configured, it's going to fail.
 
Top