diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-24 08:29:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-24 08:29:45 +0000 |
commit | 718e7865f7ecb6cd1faf240299f9c4b033642f78 (patch) | |
tree | 5bf8caab926942944b39147058fddf9581a5e5bc | |
parent | 8f7063b2d8714ad2da9e142ad425fb13f8971f75 (diff) | |
download | brdo-718e7865f7ecb6cd1faf240299f9c4b033642f78.tar.gz brdo-718e7865f7ecb6cd1faf240299f9c4b033642f78.tar.bz2 |
- Updated the installation guidelines as per Charlie's suggestion (#2274).
-rw-r--r-- | INSTALL | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -154,12 +154,22 @@ INSTALLATION DRUPAL ADMINISTRATION --------------------- -Your Drupal website defaults to a very basic configuration with only -a few active modules, one theme, and no user access rights. - -Standard services can be selected and configured through the -administration panel; additional community-contributed modules and -themes are available from drupal.org. +Upon a new installation, your Drupal website defaults to a very basic +configuration with only a few active modules, one theme, and no user +access rights. + +Use your administration panel to enable and configure services. For +example, set some general settings for your site with "Administration - +site configuration". Enable modules via "Administration - site +configuration - modules". User permissions can be set with +"Administration - user management - user permissions". + +For more information on configuration options, read through the +instructions which accompany the different configuration settings and +consult the various help pages available in the administration panel. + +Note that additional community-contributed modules and themes are +available at drupal.org. CUSTOMIZING YOUR THEME(S) ------------------------- |