~ubuntu-branches/ubuntu/hardy/drupal5/hardy-updates

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2007-08-24 00:33:05 UTC
  • Revision ID: james.westby@ubuntu.com-20070824003305-kds3kk88g4wsm3zc
Tags: 5.2-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Replace exim4 with postfix in Depends.
  - Replace postgresql-server with postgresql-8.2 in Recommends.
  - Modify Maintainer value to match DebianMaintainerField spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
If you want to purge the data stored at MySQl database manually you
60
60
can use the following command:
61
61
 
62
 
'mysqladmin -p drop drupal'
 
62
'mysqladmin -p drop drupal5'
63
63
 
64
64
being the user who admin MySQL.
65
65
 
99
99
-----------------------
100
100
It is very good security measure to restrict access to admin.php only
101
101
to trusted IP's and localhost (you can see an example at
102
 
/etc/drupal/htaccess) As an added security measure, is a good idea to
 
102
/etc/drupal/5/htaccess) As an added security measure, is a good idea to
103
103
set up a ssl-enabled web server in your apache, and allow access to
104
104
admin page only to ssl streams.
105
105
 
123
123
9. Virtual hosts
124
124
----------------
125
125
Drupal supports a setup with multiple virtual hosts. Each virtual host
126
 
has its own configuration directory in /etc/drupal-4.7/sites/_virtualhost_.
 
126
has its own configuration directory in /etc/drupal/5/sites/_virtualhost_.
127
127
At install time the 'default' virtual host is created with the required
128
128
settings.php configuration file.
129
129
 
153
153
---------------------
154
154
To create or customize a theme for your site, I recommend to start
155
155
with an existing theme (as exmaple), copy it to a different location (
156
 
#cp -ai /etc/drupal/themes/example /etc/drupal/themes/Custom ) and
 
156
#cp -ai /etc/drupal/5/themes/example /etc/drupal/5/themes/Custom ) and
157
157
modify this new created theme. You can now select your "Custom" theme
158
158
in the Preferences menu from the admin interface. 
159
159