Fix for Fix for Setup seting server - debian lenny

  1. mysql-server sudo curl patch cvs gawk php5-cli php5-common php5-curl php5-gd php5-mcrypt php5-mysql php5-pgsql php5-sqlite php5-xcache php5-xmlrpc apache2-mpm libapache2-mod-php5
  2.  
  3. wget http://ftp.drupal.org/files/projects/testing_server_setup-6.x-2.x-dev.tar.gz
  4. tar xzf testing_server_setup-6.x-2.x-dev.tar.gz
  5. cp testing_server_setup/testing_server_install.sh .
  6. rm -R testing_server_setup
  7. ./testing_server_install.sh
  8.  
  9. ---
  10. Checking out the testing server setup files from the Drupal contributions reposi
  11. ========================================================================
  12. Setup beginning...
  13. ========================================================================
  14. Copying testing_server.conf to /etc and setting root-only permissions.
  15. Please edit /etc/testing_server.conf to suit your server setup, then re-run the
  16. ---
  17.  
  18. vi /etc/testing_server.conf
  19.  
  20. PHP short_open_tag support is enabled.
  21. mcedit /etc/php5/cli/php.ini
  22. mcedit /etc/php5/apache2/php.ini
  23. -
  24. short_open_tag = Off
  25. memory_limit = 256M
  26.  
  27. ---
  28. update users set pass=md5('drupaltesting1'), name='testingadmin' where uid=1;
  29. /etc/init.d/mysql restart
  30.  
  31. cd /etc/apache2/mods-enabled
  32. ln -s ../mods-available/rewrite.load .
  33. ln -s ../mods-available/expires.load .
  34.  
  35. /etc/init.d/apache2 restart
  36.  
  37. drupal
  38. user - testingadmin:drupaltesting1
  39. admin/build/modules
  40. admin/pifr/configuration
  41.  
  42. $db_url['pifr_checkout'] = 'mysql://drupal:drupaltesting1@localhost/drupal_checkout';
  43.  
  44.  
  45. eaccelerator
  46. -
  47. aptitude install build-essential php5-dev bzip2
  48. wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2
  49. tar xvfj eaccelerator-0.9.5.3.tar.bz2
  50. cd eaccelerator-0.9.5.3
  51. phpize
  52. ./configure
  53. make
  54. make install
  55.  
  56.  
  57.  
  58. mysql drupal_checkout
  59.  
  60. SELECT * FROM  `simpletest` WHERE STATUS !=  'pass'

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.