DrupalBin
Submit Code
About
Recent Posts
TwitterFeed for D4D review
text
rewrite
Module to overrule the save settings of the "new node" form
Code
apidoc
Empty DateTime Object
Fix for listcars_manufacturer.module
listcars_manufacturer.info
listcars_manufacturer.module
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
Fix for Fix for Setup seting server - debian lenny
View
Fix
June 26, 2009 - 12:07am — Anonymous
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
wget http://ftp.drupal.org/files/projects/testing_server_setup-6.x-2.x-dev.tar.gz
tar xzf testing_server_setup-6.x-2.x-dev.tar.gz
cp testing_server_setup/testing_server_install.sh .
rm -R testing_server_setup
./testing_server_install.sh
---
Checking out the testing server setup files from the Drupal contributions reposi
========================================================================
Setup beginning...
========================================================================
Copying testing_server.conf to /etc and setting root-only permissions.
Please edit /etc/testing_server.conf to suit your server setup, then re-run the
---
vi /etc/testing_server.conf
PHP short_open_tag support is enabled.
mcedit /etc/php5/cli/php.ini
mcedit /etc/php5/apache2/php.ini
-
short_open_tag = Off
memory_limit = 256M
---
update users set pass=md5('drupaltesting1'), name='testingadmin' where uid=1;
/etc/init.d/mysql restart
cd /etc/apache2/mods-enabled
ln -s ../mods-available/rewrite.load .
ln -s ../mods-available/expires.load .
/etc/init.d/apache2 restart
drupal
user - testingadmin:drupaltesting1
admin/build/modules
admin/pifr/configuration
$db_url['pifr_checkout'] = 'mysql://drupal:drupaltesting1@localhost/drupal_checkout';
eaccelerator
-
aptitude install build-essential php5-dev bzip2
wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2
tar xvfj eaccelerator-0.9.5.3.tar.bz2
cd eaccelerator-0.9.5.3
phpize
./configure
make
make install
mysql drupal_checkout
SELECT * FROM `simpletest` WHERE STATUS != 'pass'
testing_server_setup
Submit Fix
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Show summary in full view
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 wget http://ftp.drupal.org/files/projects/testing_server_setup-6.x-2.x-dev.tar.gz tar xzf testing_server_setup-6.x-2.x-dev.tar.gz cp testing_server_setup/testing_server_install.sh . rm -R testing_server_setup ./testing_server_install.sh --- Checking out the testing server setup files from the Drupal contributions reposi ======================================================================== Setup beginning... ======================================================================== Copying testing_server.conf to /etc and setting root-only permissions. Please edit /etc/testing_server.conf to suit your server setup, then re-run the --- vi /etc/testing_server.conf PHP short_open_tag support is enabled. mcedit /etc/php5/cli/php.ini mcedit /etc/php5/apache2/php.ini - short_open_tag = Off memory_limit = 256M --- update users set pass=md5('drupaltesting1'), name='testingadmin' where uid=1; /etc/init.d/mysql restart cd /etc/apache2/mods-enabled ln -s ../mods-available/rewrite.load . ln -s ../mods-available/expires.load . /etc/init.d/apache2 restart drupal user - testingadmin:drupaltesting1 admin/build/modules admin/pifr/configuration $db_url['pifr_checkout'] = 'mysql://drupal:drupaltesting1@localhost/drupal_checkout'; eaccelerator - aptitude install build-essential php5-dev bzip2 wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2 tar xvfj eaccelerator-0.9.5.3.tar.bz2 cd eaccelerator-0.9.5.3 phpize ./configure make make install mysql drupal_checkout SELECT * FROM `simpletest` WHERE STATUS != 'pass'
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal 5
Drupal 6
HTML
INI
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.
See Also:
Order
Title:
URL:
-1
0
1
Title:
URL:
-1
0
1
Any links you'd like to have associated with the post (Drupal.org issue, Wikipedia article, etc).
File attachments
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:
The maximum upload size is
1 MB
. Only files with the following extensions may be uploaded:
jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp
.