Difference between revisions of "Update ZMLarch"

From ZoneMinder Wiki
Jump to navigationJump to search
 
Line 1: Line 1:
ZMLarch can be updated to the latest svn version of zoneminder with one simple command.
The latest precompiled zoneminder package can always be found at http://www.isentrix.com/pub/zoneminder/archlinux/i686/


In a terminal window enter''' "yaourt -Sy zoneminder-svn"'''. Some input will be required (Y/n prompts)
After downloading the package, install with the command "pacman -U <package_file>"
Then issue the command "rczm restart". If the update is a new zoneminder version you will see a message regarding updates to the database. Watch for any error messages.


This can be done from the liveCD if you have enough RAM (512MB should be enough)
If you want to follow the development version of zoneminder there is a simple proccess to keep up with the svn version.
Begin by downloading the latest zoneminder-svn-xxxx.src.tar.gz from http://www.isentrix.com/pub/zoneminder/archlinux/src/
Extract it (/home/user/build is a good location) an cd into the zoneminder-svn directory.
The command "makepkg" will fetch the latest svn version, compile it, and create a package file in the current directory.
Remove the stable version of zoneminder with the command "pacman -R zoneminder"
Install the svn version with "pacman -U <package_file>"
Subsequent updates can be built by simply rerunning makepkg in the zoneminder-svn directory and installing the resulting package.
Changes to the database structure during a development cycle may require reinitializing the database with "sudo /usr/lib/zm/bin/zminit". This will of course result in loss of your configuration and saved events.


All of the above can be done from the liveCD if you have enough RAM (512MB should be enough).
Use this feature if you can to test and provide feedback for the latest development revision of zoneminder.
Use this feature if you can to test and provide feedback for the latest development revision of zoneminder.

Revision as of 08:42, 26 February 2009

The latest precompiled zoneminder package can always be found at http://www.isentrix.com/pub/zoneminder/archlinux/i686/

After downloading the package, install with the command "pacman -U <package_file>" Then issue the command "rczm restart". If the update is a new zoneminder version you will see a message regarding updates to the database. Watch for any error messages.

If you want to follow the development version of zoneminder there is a simple proccess to keep up with the svn version. Begin by downloading the latest zoneminder-svn-xxxx.src.tar.gz from http://www.isentrix.com/pub/zoneminder/archlinux/src/ Extract it (/home/user/build is a good location) an cd into the zoneminder-svn directory. The command "makepkg" will fetch the latest svn version, compile it, and create a package file in the current directory. Remove the stable version of zoneminder with the command "pacman -R zoneminder" Install the svn version with "pacman -U <package_file>" Subsequent updates can be built by simply rerunning makepkg in the zoneminder-svn directory and installing the resulting package. Changes to the database structure during a development cycle may require reinitializing the database with "sudo /usr/lib/zm/bin/zminit". This will of course result in loss of your configuration and saved events.

All of the above can be done from the liveCD if you have enough RAM (512MB should be enough). Use this feature if you can to test and provide feedback for the latest development revision of zoneminder.