Difference between revisions of "Server Overview"

From The Al`Kabor Project Wiki
Jump to navigation Jump to search
(Created page with "== Getting Started == The source code is available online at https://github.com/EQMacEmu/Server . There is a script you can use for downloading dependencies, installing serve...")
 
Line 1: Line 1:
== Getting Started ==
== Getting Started ==
The Al'Kabor Project server source code and database was open sourced on July 24, 2023 and announced on the forums at https://www.takproject.net/forums/index.php?threads/takp-open-source.25569/ .  As updates are made, they are posted in the Changelog section of the Forums and usually followed with updates as appropriate on the github mirror (source code or database or both).  Changelog announcements are posted at https://www.takproject.net/forums/index.php?forums/changelog.24/ .
=== Source Code ===
The source code is available online at https://github.com/EQMacEmu/Server .
The source code is available online at https://github.com/EQMacEmu/Server .



Revision as of 11:55, 17 December 2023

Getting Started

The Al'Kabor Project server source code and database was open sourced on July 24, 2023 and announced on the forums at https://www.takproject.net/forums/index.php?threads/takp-open-source.25569/ . As updates are made, they are posted in the Changelog section of the Forums and usually followed with updates as appropriate on the github mirror (source code or database or both). Changelog announcements are posted at https://www.takproject.net/forums/index.php?forums/changelog.24/ .

Source Code

The source code is available online at https://github.com/EQMacEmu/Server .

There is a script you can use for downloading dependencies, installing server components, and starting/stopping the server at https://github.com/EQMacEmu/Server/blob/main/utils/scripts/EQServer(public-release).sh

Database Dumps

Full database dumps are periodically posted in the Server repository at https://github.com/EQMacEmu/Server/tree/main/utils/sql/database_full/ with a naming convention of **alkabor_YY-MM-DD-HH_mm.tar.gz**.

In addition, you will also find optional and required updates in https://github.com/EQMacEmu/Server/tree/main/utils/sql/git to make it easier to synchronize with changes over time.