summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-02 16:03:17 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-02 16:03:17 +0000
commitc389c90529d45b33c21f55fc7b7f4539fcea762c (patch)
tree3ad0730e32a2cc9d57af693b170ee41265506a9b /INSTALL.txt
parentec75cf33fd083092b5b9f7b6f3f30fe0102dd734 (diff)
downloadbrdo-c389c90529d45b33c21f55fc7b7f4539fcea762c.tar.gz
brdo-c389c90529d45b33c21f55fc7b7f4539fcea762c.tar.bz2
- Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index e426aa20c..f7ab0b6af 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -54,7 +54,7 @@ INSTALLATION
your web server's document root or your public HTML directory:
mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html
-
+
If you would like to have the default English interface translated to a
different language, we have good news. You can install and use Drupal in
other languages from the start. Check whether a released package of the
@@ -69,7 +69,7 @@ INSTALLATION
the details you provide through the install process, in the same
directory. For Drupal to be able to create the file, you need to
give the web server write privileges to the sites/default directory:
-
+
chmod o+w default
3. CREATE THE DRUPAL DATABASE
@@ -90,7 +90,7 @@ INSTALLATION
To run the install script point your browser to the base url of your website
(i.e. http://www.example.com).
-
+
You will be guided through several screens to set up the database,
create tables, add the first user account and provide basic web
site settings.