SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of Pressflow from Fri, 03/04/2011 - 11:31
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Add Pressflow to Drupal SVN repo
Assuming you have your Drupal repo checked out in /tmp/drupal
, create a base folder for Pressflow:
cd /tmp/drupal
svnmkdir pressflow
svn commit -m "Pressflow folder added."
Then download the current version of Pressflow and load it into the repo:
cd /tmp
wget http://launchpad.net/pressflow/6.x/6.20.97/+download/pressflow-6.20.97.tar.gz
tar zxf pressflow-6.20.97.tar.gz
rm -f pressflow-6.20.97.tar.gz
svn_load_dirs.pl file:///var/svn/drupal/pressflow current /tmp/pressflow-6.20.97 -t pressflow-6.20.97
Switch your Drupal site to Pressflow
Pressflow is a drop-in replacement for Drupal 6.x:
cd /var/websites/projectname/htdocs
svn export http://<your_svn_server>/svn/drupal/pressflow/current pressflow-6.20.97
The rest of the configuration is basically the same as for upgrading Drupal core.
- Log in to post comments