This might just be me on an early thursday, but I can`t seem to find nav under the available packages for update when I run "apt-get upgrade" (after update ofcourse)
I got the following lines in my /etc/apt/sources.lst related to NAV:
# NAV deb http://pkg-nav.alioth.debian.org/debian etch local deb http://backports.org/debian etch-backports main
Am I doing something wrong this time?
-Vidar
________________________________________ From: Morten Werner Forsbring [werner@debian.org] Sent: Wednesday, February 18, 2009 11:38 PM To: nav-users@uninett.no Subject: Re: Announcement: NAV 3.5.0 released
Morten Werner Forsbring werner@debian.org writes:
and sorry for the delay. A 3.5.0-package is now present in the etch archive. There are two things you should be aware of:
For the automatically database upgrade to complete successfully you need to copy the password for the nav-user from /etc/nav/db.conf to /etc/nav/db.conf.dpkg-new when the upgrade process asks about replaceing the db.conf with a new upstream version. More information about this should be printed in a dialog-box early in the upgrade process.
You now need backports.org-archive in your /etc/apt/sources.list for the python-django dependency:
deb http://backports.org/debian etch-backports main
Please ask if you have questions, and I'll try my best to answer them.
I forgot one more thing. The webpages are moved from /var/www/nav/ to /usr/share/nav/htdocs/. This means that the Apache config must be changed. The easiest is to remove the /etc/apache2/conf.d/nav file or where you placed the apache config, and run 'a2ensite nav-default'.
If you want to do it even more careful, copy /etc/apache2/sites-available/nav-default to e.g. /etc/apach2/sites-available/nav-local, modify it for your needs (perhaps even with SSL?) and run 'a2ensite nav-local'. :)
- Werner