Drupal

Primary tabs

Windows:

Ubuntu:

Getting Started with Drupal 7 Tutorials

 

Setting Up a Wiki in Drupal 7

 

Before updating module or core:

Updating core:

The manual way:

 

cd sites/all/modules
# backup old module
tar cvf DATE.tar MODULE                            
(find PATH to new version of module on drupal.org)
# get new module

wget PATH                                
through site:
# backup database
- Configuration / System / Backup and Migrate / Do backup        
# go into maintenance mode
- Configuration / Development / Maintenance mode / Switch on        
# move old module away

mv MODULE MODULE.tmp                            
# unpack new module
tar xzvf MODULE-NEW.tar.gz                        
through site:
# do update related to new module
- Configuration / Development / Maintenance mode / Update script    
# leave maintenance mode
- Configuration / Development / Maintenance mode / Switch off        
check that everything is running
# delete the temporary file

rm MODULE-NEW.tar                            
# delete old module
rm -r MODULE.tmp                            
# move the backup away
mv DATE.tar ~/backup                           

 

Multi-site functionality:

(Place copies of default in the folder below MAIN drupal, not any other sites, that may be located differently.)

 

REST server:

 

CKEditor for Drupal 7 Installation Process

Install CK Editor in Drupal 7

How to delete all unpublished comments?

 

* Basic Drupal module building

* Configuring fields

* Features

* Granting access