[Pkg-drupal-commits] r2173 - in /branches/drupal7/debian: README.Debian changelog

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Sat Mar 5 17:45:55 UTC 2011


Author: luigi
Date: Sat Mar  5 17:45:54 2011
New Revision: 2173

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2173
Log:
Added instructions on how to enable drupal in Apache2

Modified:
    branches/drupal7/debian/README.Debian
    branches/drupal7/debian/changelog

Modified: branches/drupal7/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/README.Debian?rev=2173&op=diff
==============================================================================
--- branches/drupal7/debian/README.Debian (original)
+++ branches/drupal7/debian/README.Debian Sat Mar  5 17:45:54 2011
@@ -3,14 +3,15 @@
 
 1.  Introduction
 2.  Manual initial database generation and configuration
-3.  Database population script
-4.  Deleting the Drupal database
-5.  Changes to Apache 2 configuration
-6.  Securing your portal
-7.  Upgrading database from previous versions
-8.  Virtual hosts
-9.  Additional themes and modules
-10. Privacy of session cookies
+3.  Enabling access in Apache
+4.  Database population script
+5.  Deleting the Drupal database
+6.  Changes to Apache 2 configuration
+7.  Securing your portal
+8.  Upgrading database from previous versions
+9.  Virtual hosts
+10. Additional themes and modules
+11. Privacy of session cookies
 
 A.  Customizing themes
 B.  Links for more support
@@ -38,7 +39,17 @@
 in INSTALL.mysql.txt and INSTALL.pgsql.txt files in /usr/share/doc/drupal7.
 
 
-3. Database population script
+3. Enabling access in Apache
+----------------------------
+
+Drupal 7 is not enabled by default in Apache 2. To enable web access to the
+drupal application, simply link the /etc/drupal/7/apache2.conf in
+/etc/apache2/conf.d/drupal7.conf with this command:
+
+  ln -s /etc/drupal/7/apache2.conf /etc/apache2/conf.d/drupal7.conf
+
+
+4. Database population script
 -----------------------------
 Once a database is set up and configured, drupal needs to create tables and
 insert default records into it.
@@ -56,7 +67,7 @@
 If you want to purge the data stored at MySQl database manually you
 can use the following command:
 
-'mysqladmin -p drop drupal7'
+  mysqladmin -p drop drupal7
 
 being the user who admin MySQL.
 
@@ -165,7 +176,7 @@
   - Drupal's project page for those willing to get involved in the
     ongoing development
 
-* http://www.drupal.org/node.php?id=253
+* http://drupal.org/documentation/install
   - online installation guidelines
 
- -- Luigi Gangitano <luigi at debian.org>  Mon, 11 Aug 2008 12:00:12 +0100
+ -- Luigi Gangitano <luigi at debian.org>  Sat, 05 Mar 2010 18:44:wq +0100

Modified: branches/drupal7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/changelog?rev=2173&op=diff
==============================================================================
--- branches/drupal7/debian/changelog (original)
+++ branches/drupal7/debian/changelog Sat Mar  5 17:45:54 2011
@@ -7,6 +7,9 @@
 
   * debian/drupal.{dirs,links,install,postinst,postrm}
     - Removed automatic link from apache2 configuration file
+
+  * debian/README.Debian
+    - Added instructions on how to enable drupal in Apache2
 
   [ Kinga Marjai ]
   * debian/control




More information about the Pkg-drupal-commits mailing list