Files
chill-bundles/docs/source/installation/index.md

1.9 KiB

Installation & Usage

You will learn here how to install a new symfony project with chill, and configure it.

Which kind of installation do I need?

I want to run chill in production

See the instructions about installing Chill for production .

I want to add features to the main chill bundles

If you want to add features to chill bundles itself, and you want those features to be merged into the chill bundles, you can use the "development" installation mode.

See the instruction for installation for development .

I want to add features to Chill, but keep those features for my instance

Follow the same instruction than for production, until the end.

Requirements

The installation is tested on a Debian-like linux distribution. The installation on other operating systems is not documented.

You have to install the following tools on your computer:

Chill needs a redis server and a postgresql database, and a few other things like a "relatorio service" which will generate documents from templates. All these things are available through docker using the plugin compose. We do not provide information on how to run this without docker compose.

Instructions