gfriloux / LegacyPlayersV3

Official repository of LegacyPlayers v3

Home Page:https://alpha.legacyplayers.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov codecov

LegacyPlayers v3

LegacyPlayers is a community driven project to establish a platform where people playing on all kind of expansions of World of Warcraft can share raid logs, PvP logs and armory data. It aims to persist all data of all coming and going private servers, as well as to provide easy access to them.

The project started 2016 as LegacyLogs, which was the website counterpart to show logs collected by the in-game addon DPSMate. This solution gained popularity really fast and proved to not scale very well. At the same time, RealmPlayers, the competing project at this time, came to an end. Dilatazu and me initially decided to merge these two projects, where LegacyPlayers was born on the 21.03.2017. Unfortunately, did Dilatazu leave the team rather early in the development phase. LegacyPlayers is a huge success harboring Vanilla, TBC and WOTLK PvE and PvP logs as well as a stable armory. However, also this architecture proved to not scale well and many bugs were introduced due to it. Now it is at a point were it is hard to maintain and to add new wanted features. This is why LegacyPlayers V3 was born. It is a complete rewrite and remodel of the architecture and aims to scale to thousands of visitors.

The goal is to unite the Legacy-WoW community in this hub and persist all the memories of raids, characters and PvP as well as to provide useful tools.

Licence

LegacyPlayersV3 is licensed under the AGPLv3 license for all open source applications. A commercial license is required for all commercial applications (i.e. non open source applications, including sites and apps you plan to sell or monetize).

Installation

  1. Install docker, docker-compose, rustup
  2. Using rustup, install the nightly toolchain and set it to default
  3. Make sure that no service is running on the following ports: 3306, 443, 80, 25, 4200 and 8000

GNU/Linux

  1. Go into the Environment directory and start it using docker-compose up. (If you want to run it as daemon, append -d)
  2. Go into the Backend directory and start the server using cargo run
  3. Go into the Webclient directory and install packages npm i
  4. Start the webclient using npm run start

Windows/Mac

  1. Go into the Environment directory and start it using docker-compose -f docker-compose.mac_windows.yml up. (If you want to run it as daemon, append -d)
  2. Go into the Backend directory and start the server using ROCKET_ENV=stage cargo run
  3. Go into the Webclient directory and install packages npm i
  4. Start the webclient using npm run start:mac/npm run start:windows

About

Official repository of LegacyPlayers v3

https://alpha.legacyplayers.com

License:GNU Affero General Public License v3.0


Languages

Language:Rust 40.0%Language:TypeScript 24.3%Language:JavaScript 22.4%Language:SCSS 3.5%Language:HTML 3.2%Language:Lua 2.9%Language:C++ 2.0%Language:Shell 1.4%Language:Dockerfile 0.2%Language:Python 0.1%Language:Makefile 0.1%Language:CMake 0.0%Language:CSS 0.0%