]> git.parisson.com Git - telemeta.git/commitdiff
require TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core)
authorolivier <>
Mon, 25 Jan 2010 09:34:09 +0000 (09:34 +0000)
committerolivier <>
Mon, 25 Jan 2010 09:34:09 +0000 (09:34 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index baafb8fe145aa66856337ba3f7644ff5e1c7a5a4..625d8ba4d7c65b6a84f488f52fe0e30bbf6fc3e2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -118,13 +118,17 @@ You might want to place these somewhere else...
 Edit the file settings.py in a text editor.
 Modifiy the following variables:
 
+    :ADMINS:            telemeta requires that you indicate an administrator here
     :DATABASE_*:        your database settings (don't forget to create the database if needed)
     :MEDIA_ROOT:        absolute path to the media directory you just created
     :INSTALLED_APPS:    add 'telemeta'
 
 Add the following variables:
 
-    :TELEMETA_CACHE_DIR:   absolute path to the cache directory you just created
+    :TELEMETA_ORGANIZATION: name of the organization which hosts this installation
+    :TELEMETA_SUBJECTS:     tuple of subject keywords (used for Dublin Core), such
+                            as "Ethnology", etc...
+    :TELEMETA_CACHE_DIR:    absolute path to the cache directory that you just created
 
 Just paste the two lines below::