initial commit

This commit is contained in:
2014-09-29 10:04:16 +02:00
commit 665e26cc8a
38 changed files with 14368 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.. chill-doc documentation master file, created by
sphinx-quickstart on Sun Sep 28 22:04:08 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Chill documentation!
=====================================
Chill is a free software for social workers.
Chill rely on the php framework Symfony. If you know symfony, you should not be lost. Symfony has a very good documentation.
Contents of this documentation:
.. toctree::
:maxdepth: 2
installation/installation.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@@ -0,0 +1,14 @@
Installation
=============
Chill is installed with composer.
Install composer on your system :
::
curl -sS https://getcomposer.org/installer | php
move composer.phar to your system.