mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
initial commit
This commit is contained in:
28
build/html/_sources/index.txt
Normal file
28
build/html/_sources/index.txt
Normal 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`
|
||||
|
14
build/html/_sources/installation/installation.txt
Normal file
14
build/html/_sources/installation/installation.txt
Normal 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.
|
Reference in New Issue
Block a user