There are 3 main directories:
When you install Kimura, you shouldn't need to touch anything in the System folder. You would install system wide modules in the Modules folder. The Sites folder contains a subfolder for each site where each site can has its own configuration, served root, and modules.
| Directory/File | Description |
/modules |
? |
/module_name |
? |
/controllers |
? |
/components |
? |
/models |
? |
/views |
? |
/sites |
? |
/site_name |
? |
/conf |
? |
site.json.conf |
The site's configuration file. |
/modules |
Holds site specific modules. |
/www |
The served root. Configure this directory as Apache's DocumentRoot. |
.htaccess |
Controls what type of files Apache serves and the URL rewriting rules. |
index.php |
The main entry point of the site. It invokes the kernel. |
/system |
Contains the Kimura core logic. |
/conf |
This is where all system level configuration files go. |
settings.php |
System level settings. |
/lib |
Contains all of the class that make Kimura tick. |
/cache |
Contains cache specific classes. |
/templates |
Contains |
/error |
? |
kernel_error.tpl |
? |
/site |
Holds templates used for creating a new site. |
htaccess.template |
The default .htaccess file. |
index.template |
The default index.php file. |
Recent comments
1 week 4 days ago
5 weeks 15 hours ago
7 weeks 5 days ago
9 weeks 2 days ago
9 weeks 2 days ago
10 weeks 3 days ago
12 weeks 2 days ago
12 weeks 2 days ago
12 weeks 4 days ago
13 weeks 2 days ago