-
Notifications
You must be signed in to change notification settings - Fork 7
start
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
IntellectualServer
Files can be found in .kvantum/config
- Getting Started
- View Patterns
- File Patterns
- server.yml
views.yml- socketFilters.yml
- translations.yml
- SSL
- Getting Started
- Modules
- Hello World
- Plugins
- Events
- Account System
- Authorization
- Application System
- Sessions
- Create a view - OOP based
- Create a view - @Annotation based
- Middleware
- Extending Crush (Templating syntax)
- ViewReturn