Skip to content

Getting Started

Greg edited this page Jan 8, 2020 · 5 revisions

Prerequisites

Note for Eclipse Users

We support the use of IntelliJ as our IDE and assumes you use the same, support won't be given to those using alternative IDE's

Import the repository

Start by importing the project using git (or GitHub if you're logged in)

File -> New -> Project from Version Control -> Git

Get the GitHub clone link from the required repository, for more details on which repositories to use see: Repositories

Setup the project SDK and Import as a gradle project

Setup the Workspace

Create a "libs" folder and add any external libraries

If the repository requires a settings file a settings.example.yaml will be provided, simply rename it to settings.yaml before starting.

The Hestia game-server will require a cache added in the directory /data/cache/ This can be specified in the settings.yaml

Initiating the build

Once Intelli has indexed and Gradle has built you will be able to launch the server

Clone this wiki locally