Description
drupal7 - Database driven web content management system (CMS)
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Latest i386 |
Package filename |
drupal7-7.67.txz |
Package name |
drupal7 |
Package version |
7.67 |
Package release |
- |
Package architecture |
i386 |
Package type |
txz |
Category |
www |
Homepage |
https://www.drupal.org/ |
License |
GPLv2+ |
Maintainer |
joneum@FreeBSD.org |
Download size |
2.41 MB |
Installed size |
12.19 MB |
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.
Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
WWW: https://www.drupal.org/
Options:
- DOCS: on
- MYSQL: on
- PGSQL: off
- SQLITE3: off
################################################################################
Complete instructions for installing and configuring Drupal can be found here:
/usr/local/www/drupal7/doc/INSTALL.txt
You need to create the DB where Drupal is going to live, and depending on
which database you intend to use, you should consult one of the following
documents:
/usr/local/www/drupal7/doc/INSTALL.mysql.txt
/usr/local/www/drupal7/doc/INSTALL.pgsql.txt
/usr/local/www/drupal7/doc/INSTALL.sqlite.txt
You also need to add appropriate configuration directives to your apache
configuration file (/usr/local/etc/apache(2)/httpd.conf).
A typical configuration might read:
Alias /drupal "/usr/local/www/drupal7"
<Directory "/usr/local/www/drupal7">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Please see http://drupal.org/cron for important information on setting up
periodic maintenance tasks in Drupal.
Please see http://drupal.org/requirements for important information on
system requirements for Drupal 7. In particular, please ensure that your
configuration:
- uses PHP 5.2.5 or later
- PHP "memory_limit" is set to "32Mb" or larger
- PHP "register_globals" is set to "Off"
- PHP "safe_mode" is set to "Off"
- PHP "session.cache_limiter" is set to "nocache"
For important information about upgrading from previous versions of Drupal, please
please see: /usr/local/www/drupal7/doc/UPGRADE.txt
################################################################################
Alternatives
Requires
Download
Type |
URL |
Mirror |
pkg.freebsd.org |
Binary Package |
drupal7-7.67.txz
|
Source Package |
www/drupal7
|
Install Howto
Install drupal7 txz package:
# pkg install drupal7
See Also