L2JMobius

Public Development => General Discussion => Topic started by: Crematory on May 27, 2020, 04:30:31 PM

Title: Question about project
Post by: Crematory on May 27, 2020, 04:30:31 PM
Hello ,

I am trying to test if i can build an L2 server using Cloud Provider , in my case i plan to use AWS(amazon web services) as I work with this type of infrastructures in the last 4 years.
IF it's not to much  my question is if anybody tried it before and if yes does it work ? .
I would like to set it up on linux and manage the server files  base on repository and use some development practices like using a master branch for the live server and develop branch for the test server .
If anybody can provide any kind of feedback if this works it's very much appreciated .
Title: Re: Question about project
Post by: JMD on May 29, 2020, 11:50:44 AM
Cloud servers are pretty strong these days. Just make sure its on an SSD and you have at least 4gb of ram available.
Title: Re: Question about project
Post by: G-hamsteR on May 29, 2020, 12:36:24 PM
I haven't tried l2jmobius yet, but I am using Digital Ocean for another l2j project.

I have 2 droplets for login/gameserver and one more for MySQL. Everything is working great. When the server is ready, I will try to use Digital Ocean's managed MySQL, so that I will only have 2 droplets for login and gameserver.