diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 17 | ||||
| -rw-r--r-- | docs/upgrade.rst | 6 | 
2 files changed, 13 insertions, 10 deletions
| diff --git a/docs/install.rst b/docs/install.rst index c8b91b3..4d93793 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -62,8 +62,8 @@ Linux distribution repositories. For instance on Debian Wheezy::          python-beautifulsoup tinymce apache2 libgeos-3.3.3 proj-bin gdal-bin \          python-gdal python-lxml python-psycopg2 python-imaging gettext   \          postgresql-9.1 postgresql-9.1-postgis libjs-jquery libjs-jquery-ui \ -        python-django-celery python-simplejson python-gdal gpsbabel \ -        python-pyexiv2 python-feedparser +        python-django-celery python-simplejson gpsbabel \ +        python-pyexiv2 python-feedparser javascript-common  On Debian Squeeze (you need to activate backports):: @@ -73,7 +73,7 @@ On Debian Squeeze (you need to activate backports)::          apache2 libgeos-3.2.0 proj-bin gdal-bin python-gdal python-lxml \          python-psycopg2 python-imaging gettext postgresql-8.4 \          postgresql-8.4-postgis libjs-jquery libjs-jquery-ui python-simplejson \ -        python-gdal gpsbabel python-pyexiv2 python-feedparser +        gpsbabel python-pyexiv2 python-feedparser javascript-common  If these packages do not exist in your distribution's repository, please refer @@ -170,17 +170,20 @@ settings are initialized in settings.py. ::      * DATABASES: parameters for the database      * PROJECT_NAME: name of the project +    * SECRET_KEY: a secret key for a particular Django installation. This is +      used to provide cryptographic signing, and should be set to a unique, +      unpredictable value. Change it!      * ROOT_URLCONF: url configuration for your project something like:        'mychimere_project.urls'      * EMAIL_HOST: smtp of an email server to send emails -    * TINYMCE_URL: url to tinymce path (default is appropriate -      for a Debian installation with tinymce activated) +    * TINYMCE_URL: url to tinymce path (default is appropriate for a Debian +      installation with tinymce activated)      * JQUERY_JS_URLS: list of Jquery and Jquery-ui urls (default is appropriate        for a Debian installation with Jquery and Jquery-ui activated)      * JQUERY_CSS_URLS: list of Jquery and Jquery-ui urls (default is appropriate        for a Debian installation with Jquery and Jquery-ui activated) -    * GPSBABEL: path to gpsbabel  (default is appropriate -      for a Debian installation with gpsbabel installed) +    * GPSBABEL: path to gpsbabel  (default is appropriate for a Debian +      installation with gpsbabel installed)      * TIME_ZONE: local time zone for this installation      * LANGUAGE_CODE: language code for this installation diff --git a/docs/upgrade.rst b/docs/upgrade.rst index b697978..b9a0363 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -45,7 +45,7 @@ Then install the new dependencies::      apt-get install -t squeeze-backports python-django python-django-south \                         python-simplejson libjs-jquery-ui python-pyexiv2 \ -                       python-feedparser +                       python-feedparser javascript-common  Debian Wheezy  +++++++++++++ @@ -53,7 +53,7 @@ Debian Wheezy  .. code-block:: bash      apt-get install python-django-south python-simplejson libjs-jquery-ui \ -                    python-pyexiv2 python-feedparser +                    python-pyexiv2 python-feedparser javascript-common  If you are planing to do major import consider the install of `Celery  <http://celeryproject.org/>`_. @@ -160,7 +160,7 @@ A *local_settings* file is now used.  Report your old settings.py in local_settings.py (at least the database  configuration). -Your *ROOT_URLCONF* must be set to **value_of_your_localname.settings**. +Your *ROOT_URLCONF* must be set to **value_of_your_localname.urls**.  logs  .... | 
