diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-01-05 00:02:43 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-01-05 00:02:43 +0000 |
commit | 6a9cabb55b3e6d8113a497ba82b726a43c2e40a6 (patch) | |
tree | 88eaa90c6b9de6ef90fe20eaa854f4f7acedcc53 /www/drupal/MESSAGE | |
parent | fdc26d519f1f85e7c3dbecae23bd0cc00aa4c703 (diff) | |
download | pkgsrc-6a9cabb55b3e6d8113a497ba82b726a43c2e40a6.tar.gz |
Initial import of Drupal v4.6.5.
Drupal is software that allows an individual or a community of users to easily
publish, manage and organize a great variety of content on a website. Tens of
thousands of people and organizations have used Drupal to set up scores of
different kinds of web sites, including
* community web portals and discussion sites
* corporate web sites/intranet portals
* personal web sites
* aficionado sites
* e-commerce applications
* resource directories
Drupal includes features to enable:
* content management systems
* blogs
* collaborative authoring environments
* forums
* newsletters
* picture galleries
* file uploads and download
Diffstat (limited to 'www/drupal/MESSAGE')
-rw-r--r-- | www/drupal/MESSAGE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/drupal/MESSAGE b/www/drupal/MESSAGE new file mode 100644 index 00000000000..f1cb6bcd9d8 --- /dev/null +++ b/www/drupal/MESSAGE @@ -0,0 +1,16 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2006/01/05 00:02:43 adrianp Exp $ + +To complete the setup you will need to read the INSTALL.txt in order +to setup MySQL/PostreSQL properly. + +You will need to make Drupal accessible through your HTTP server. +If you are running Apache then you may add the following lines to httpd.conf: + + Include ${PKG_SYSCONFDIR}/drupal.conf + +to make Drupal accessible through: + + http://localhost/drupal/ + +=========================================================================== |