About the author

Photo of sanduhrs
sanduhrs

Drupal Hosting Setup

apt-get install apache2
apt-get install mysql-server mysql-client phpmyadmin
apt-get install php-pear php5 php5-mysql php5-curl php5-gd php5-mcrypt php5-tidy
apt-get install cacti
pecl install apc
pecl install xdebug
nano /etc/php5/apache2/php.ini
extension=apc.so
zend_extension=/usr/lib/php5/20060613/xdebug.so

cd /var/www
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -r DRUPAL-5-3 drupal [1]

Apache config nach /etc/apache2/sites-available einspielen [2]
a2dissite default
a2ensite drupal
/etc/init.d/apache2/force-reload

[1] http://drupal.org/node/320
[2] http://audiens.de/files/drupal

AttachmentSize
drupal1.27 KB

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

Website powered by lovely Drupal · Microformats · XML Feed · Valid XHTML, CSS · No www.