Updating Drupal

As of the 23rd May 2022 this website is archived and will receive no further updates.

understandinguncertainty.org was produced by the Winton programme for the public understanding of risk based in the Statistical Laboratory in the University of Cambridge. The aim was to help improve the way that uncertainty and risk are discussed in society, and show how probability and statistics can be both useful and entertaining.

Many of the animations were produced using Flash and will no longer work.

butty iconDoes this float nicely when given a reasonable amount of text next to it.... or not Does this float nicely when given a reasonable amount of text next to it.... or not Does this float nicely when given a reasonable amount of text next to it.... or not Does this float nicely when given a reasonable amount of text next to it.... or not

cd /www/understandinguncertainty/
mkdir tmp
cd tmp
wget http://ftp.drupal.org/files/projects/drupal-5.7.tar.gz
mysqldump -u root -pXXXXXXX -C -Q -e -a DB > DB.sql
cd ..
tar xzvf tmp/drupal-5.7.tar.gz
cp drupal/.htaccess drupal-5.7/.
cp drupal/sites/default/settings.php drupal-5.7/sites/default/.
cp -r drupal/sites/all/modules drupal-5.7/sites/all/.
cp -r drupal/sites/all/themes drupal-5.7/sites/all/.
cp -r drupal/files drupal-5.7/.
chown -R www:www drupal-5.7/files
mv drupal drupal.old
mv drupal-5.7 drupal

#then go to www.undunc.org/update.php

Free tags: 
Levels: