L2JMobius

How to Compile and setup on Linux ?

tomkaash · 5 · 4169

Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44
Hello,

Anyone have a process to compile and start server on Linux ?

thanks


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
Hello,

Anyone have a process to compile and start server on Linux ?

thanks

I suggest you compile using Windows and use the files ready to install in your Linux server.

Yeah i did it on Ubuntu 18.04 with Classic Interlude version (https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_Classic_Interlude/). Ill give you a list of videos with the basic knowledge, sadly are in spanish but you can follow the steps.
Hope you have experience in Linux :P

List of videos: https://www.youtube.com/playlist?list=PLDuVxN7_6IlOMjBl4HvJ_3hARgkthbnBd

Some of information is better than nothing.


Offline Cyberu2

  • Heir
  • **
    • Posts: 14

Offline Helionar

  • Heir
  • **
    • Posts: 38
Just use one you're familiar with. If you value security over ease of use, an up to date CentOS with a long term support it's the way to go. Debian is also a good choice if you're already familiar with Ubuntu.

Also, you can compile directly during deployment without Eclipse, using JDK + Apache Ant. It is very useful when you are using Github Actions/Gitlab CI and want to compile it before the deployment, passing then the built artifacts to the continuous delivery integration.

If you're new to all this DevOps stuff, just do what reynalDev said. Compile it on Eclipse and upload the server manually.


Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
I recommend to use 100% Ubuntu... very stable and secure. Easy to configure (if you know how) and the most secure distro I ever seen).
Don't use CentOS for gaming servers (CentOS is good for Web servers but I don't recommend also).

Ubuntu or Debian for gaming servers. (Also you can use what Linux you want but why to reinvent the wheel?) Using the most popular distro is the best way. I'm using L2jserver and not only even WoW TC 335 on Ubuntu from years without any incident. ;)