Introduction
(to be completed)
root
The main folders of fredistrano, we will explain the content of each folder below.
app/ folder
This folder contain the core of fredistrano. You need to know the following subfolders :
* app/config : configuration folder, you have to create database.php and config.php in this folder.
* app/config/sql : is where you will find the sql script for tables creation.
* app/locale : stores string files for internationalization.
* app/webroot/files : the full documentation is in this folder.
files/ folder
The files/ folder is the working directory of fredistrano, the application will write in these subfolders during the deployment process.
cake/ folder
The cake/ folder is where the CakePHP framework is.