From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- contrib/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 contrib/README (limited to 'contrib/README') diff --git a/contrib/README b/contrib/README new file mode 100644 index 0000000..4640274 --- /dev/null +++ b/contrib/README @@ -0,0 +1,27 @@ +To create a empty database und create a mysql-useraccount, change on +file create-database.sql on all placed username 'xpix' and password 'xpix97' +to your our values. + +$ cat ./contrib/create-database.sql | mysql -u root + +Adjust your mysql-username and password also on xxvd.cfg +[General] +DSN=DBI:mysql:database=xxv;host=localhost;port=3306 +PWD=xpix97 +USR=xpix + + +-------------------------------------------------------------------------------- + +To upgrade database from prior release from xxv call 'update-xxv' +It's backup your own data like Autotimer or XXV-Useraccount. + +$ ./contrib/update-xxv + + +-------------------------------------------------------------------------------- + +To migrate autotimer from vdradmin to xxv call 'at-vdradmin2xxv.pl' +It's could use to export some data from xxv autotimer to vdradmin. + +$ ./contrib/at-vdradmin2xxv.pl /path/vdradmind.at -- cgit v1.2.3