- But first of all "What is Drush?"
"Drush is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend most of their working hours at the command prompt."
Drush allows you to easily manage, update, and maintain your modules via command line without having the need to keep a CVS cheat sheet laying around. - Requirements.
drupal
Install drush - a drupal module - on ubuntu linux server.
Submitted by Michel on Sun, 2011-01-02 17:58Apache php: the best way to combine.
Submitted by Michel on Sun, 2010-11-07 12:42This article is still under construction........
Let's have a look at different points:
- Apache with PHP module consumes a lot of memory because each request is handled by one process.
- The worker MPM uses a thread based architecture as opposed to the pre-fork MPM which uses a process based architecture; the architectural differences between the two Multi-Processing Modules means that the worker MPM has a lower memory footprint.
- The pool of fcgid-invoked programs is shared between all httpd workers.
Related links.
Install GD library with PHP on Ubuntu (Debian) for best Drupal performance
Submitted by Michel on Wed, 2010-10-13 21:57One of the best feature of Drupal is the image api; that will help you a lot in managing all of your images to make with the help of the module imagecache all kind of modifications, like resize, crop etc..
In PHP you need the GD Graphics Library for dynamically manipulating images. You need to recompile PHP with the GD library of image functions; fortunately apt-get will help us for this to work.
The package is called php5-gd
MySQL find and replace data in drupal database
Submitted by Michel on Sun, 2010-10-03 16:26Case: in drupal I had to move a complete site (in single site configuration) from one server to another server (in multisite configuration).
All the files included in files/(single site configuration) were moved to a new directory sites/mydomain.com/files/ (multisite configuration).
At this point the path in the field filepath in the files table of the mysql database was not pointing to the correct place. I had to find and replace all values in filepath field to the new correct directory with the following mysql command:
Most installed drupal modules.
Submitted by Michel on Thu, 2010-09-30 08:06When you search for a module in drupal.org you get a filter to fine tune tour searc criterias. To better understand which are the most installed modules, I wanted to make a list of the first modules for each categories for version 6.x:
Drupal - the most solid cms.
Submitted by Michel on Sun, 2010-01-17 18:59Install APC a PHP accelerator on ubuntu (8.04) server
Submitted by Michel on Wed, 2010-01-06 16:39Installing PECL uploadprogress Extension for Drupal on ubuntu server
Submitted by Michel on Sun, 2010-01-03 00:18- In my ubuntu server "make" was not installed and you will need it to compile the code of the uploadprogress pecl extension.
apt-get install make - Next we need "phpize" which will compile the code to make it part of the php library. apt-get install php5-dev
- The next line will download and compile the pecl extension.


