Quickstart

Architecture

Your working directory is structured according to the following structure :

root/
-- src/
-- conf/
-- lib/
-- plugin/
src
source code.
conf
configuration files.
lib
libraries.
plugin
all the plugins.

Started Application

Minimal configuration file

[project]
name = Awesome Application
author = alex
url = http://google.fr
description = A simple application

Table Of Contents

Related Topics

This Page