NotreDAM

Open Source Digital Asset Management

Notredam v 1.0.9 – new release available

We have released the NotreDAM new release. It is a debian package, version 1.0.9 i386.

3 Responses to “Notredam v 1.0.9 – new release available”

  • marco.bicchi says:

    I have a server 1.0.8rc1, how can I upgrade it to 1.0.9rc1?

    • brixio says:

      Hi Marco,

      you can follow the instructions on README file. In more details you will need to:
      (README.txt)

      0. perform a backup of your DB (just in case)

      1. add ‘south’ to the INSTALLED_APPS of your settings.py

      2. execute the following four commands:

      find . -type f -name “initial_data.json” -exec rm {} \;
      python manage.py syncdb –noinput
      python manage.py migrate –fake treeview 0001
      python manage.py migrate –no-initial-data

      3. add SAFE_MODE=False to the your settings.py

      kind regards.
      brixio

  • gzaltron says:

    where can I find this README file ?
    I have checked all readme files on “dam” dir

    Thanks
    Gherardo

Leave a Reply