1- If you were running a previous copy of anemon server, remove
these directories :
/usr/lib/python2.X/site-packages/anemon-server/
/usr/lib/python2.X/site-packages/anemon-common/
/usr/lib/python2.X/site-packages/anemon-webcenter/

And remove all tables in mysql database.



2- Install pydhcplib (http://pydhcplib.tuxfamily.org)


3- Run "setup.py" script
--------------------------------------
exec "setup.py install" script.
You can use the --prefix to change root installation directory.


4- Copy init.d files :
----------------------
/server/script/rc.debian to /etc/init.d/anemon.sh


5- Mysql :
----------
- Create anemon database and anemon database user.
- Save old anemon data with 
  "mysqldump  --all --extended-insert --quick anemondb -u anemonuser -c -t >backupfile"
- Create tables with "/usr/sbin/anemon-dbinit" script
- Insert new data in database :
  "mysql anemondb -u anemonuser < backupfile"
6- Modify /etc/anemon/server.conf (specialy the giaddr var)
7- Run anemon-d (as root if port <1024 ) with "/etc/init.d/anemon.sh start"
