Export to GitHub

fredistrano - FileSystem.wiki


Introduction

(to be completed)

root

http://farm4.static.flickr.com/3069/2925423018_4770a3d043_o.png The main folders of fredistrano, we will explain the content of each folder below.


app/ folder

http://farm4.static.flickr.com/3159/2924570731_273ab8ee35_o.png 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

http://farm4.static.flickr.com/3156/2925422894_58d5816484_o.png The files/ folder is the working directory of fredistrano, the application will write in these subfolders during the deployment process.


cake/ folder

http://farm4.static.flickr.com/3171/2925422772_4a65ca8448_o.png The cake/ folder is where the CakePHP framework is.