Skip to content
Alexander Söderberg edited this page Jan 6, 2018 · 4 revisions

Getting Started

Initial Setup

The first thing you have to do, is to download a runnable jar file. These can be found in the releases section. Place the jar file in a directory of your choosing, and run it using:

java -jar Implementation-all.jar

The server will generate a bunch of files the first time you run it. You can stop the server either by typing /stop into the console, or by using CTRL+C.

What do you do now, depends entirely on what kind of setup you've got. You may choose to:

  • Configure everything on your own
  • Provide a set of files and generate a configuration file
  • Make Kvantum detect your setup automatically

However, we'll start by going through the configuration options. These can be found in kvantum/config/server.yml: server.yml

OUTDATED If you already have a website, and a folder structure, then you can import it into Kvantum using the /generate command. To see how this is done, see /generate

Navigation

Templates

Configuration

Files can be found in .kvantum/config

Views

/commands

Development

Clone this wiki locally