aboutsummaryrefslogtreecommitdiff
path: root/www/udmsearch/pkg-message
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-21 19:36:34 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-21 19:36:34 +0000
commita76c691e61c9d413c3d9a2b4b80c5863ae484245 (patch)
tree7687755acf69105329aa9c359efb6969f24c6625 /www/udmsearch/pkg-message
parent9c8e903815d7a92a5c10abca8af646994a2ce3e0 (diff)
downloadports-a76c691e61c9d413c3d9a2b4b80c5863ae484245.tar.gz
ports-a76c691e61c9d413c3d9a2b4b80c5863ae484245.zip
Notes
Diffstat (limited to 'www/udmsearch/pkg-message')
-rw-r--r--www/udmsearch/pkg-message27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/udmsearch/pkg-message b/www/udmsearch/pkg-message
new file mode 100644
index 000000000000..ab34a61052a0
--- /dev/null
+++ b/www/udmsearch/pkg-message
@@ -0,0 +1,27 @@
+udmsearch is successfully installed.
+Now, to use udmsearch you need to create the appropriate mysql database
+manually:
+
+ Create mysql database 'udmsearch'.
+ You can also use existing MySQL database, skip this step in this case.
+
+ $ mysqladmin create udmsearch
+
+
+ Create tables.
+ If you are installing UdmSearch for the first time:
+
+ $ mysql udmsearch < /usr/local/etc/udmsearch/create/create.txt
+
+ IMPORTANT: If you already use UdmSearch and want to upgrade from
+ UdmSearch 2.0 or earlier while keep existing data, please do not use
+ create.txt. Instead, to upgrade from UdmSearch 2.0, run
+
+ $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt
+
+ or, to upgrade from UdmSearch 1.x, run
+ $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter19-20.txt
+ $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt
+
+For more information on how to use udmsearch, please refer to their
+web site at http://mysearch.udm.net/