home | career | drupal | java | mac | mysql | perl | php | scala | uml | unix

Drupal example source code file (INSTALL)

This example Drupal source code file (INSTALL) is included in the DevDaily.com "Drupal Source Code Warehouse" project. The intent of this project is to help you "Learn Drupal by Example".

PHP - Drupal tags/keywords

file, for, from, in, is, it, krumo, order, skin, the, to, used, you

The INSTALL Drupal example source code

------------------------------------------------------------------------------

                     SETUP: How to install Krumo ?

------------------------------------------------------------------------------

In order to use Krumo you have to put it on your (development) server, and 
include it in your script. You can put it somewhere in the INCLUDE_PATH, or 
specify the full path to the "class.krumo.php" file.

You have to modify the "krumo.ini" file too. It is the configuration file for 
Krumo. The first option is choosing a skin:

 [skin]
 selected = "orange"

The value for this setting has to be the name of one of the sub-folders from the 
"Krumo/skins/" folder. If the value provided for the skin results in not finding 
the skin, the `default` skin will be used instead.

The second option is used to set the correct web path to the folder where Krumo 
is installed. This is used in order to make the images from Krumo's CSS skins 
web-accessible.

 [css]
 url = "http://www.example.com/Krumo/"

So far those two are the only configuration options.

All the CSS files ("skin.css") from the "Krumo/skins/" sub-folders must have the 
proper permissions in order to be readable from Krumo. Same applies for 
"krumo.ini" and "krumo.js" files.

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal INSTALL source code file:

new blog posts

"Drupal" is a registered trademark of Dries Buytaert.

my drupal tutorials and examples  

Copyright 1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.

Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.