summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README27
1 files changed, 27 insertions, 0 deletions
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