Thu Dec 29 14:44:21 2011 UTC ()
Add note about mysql-server


(joerg)
diff -r1.4 -r1.5 pkgsrc/www/blur6ex/MESSAGE

cvs diff -r1.4 -r1.5 pkgsrc/www/blur6ex/MESSAGE (expand / switch to unified diff)

--- pkgsrc/www/blur6ex/MESSAGE 2005/09/28 12:13:07 1.4
+++ pkgsrc/www/blur6ex/MESSAGE 2011/12/29 14:44:21 1.5
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.4 2005/09/28 12:13:07 rillig Exp $ 2$NetBSD: MESSAGE,v 1.5 2011/12/29 14:44:21 joerg Exp $
 3
 4Install mysql-server as needed.
3 5
4To configure blur6ex, complete the following steps: 6To configure blur6ex, complete the following steps:
5 7
6$ mysql -e "create database blur6ex" 8$ mysql -e "create database blur6ex"
7$ mysql -e "grant all on blur6ex.* to ''@'' identified by 'PASSWORD'" 9$ mysql -e "grant all on blur6ex.* to ''@'' identified by 'PASSWORD'"
8$ mysql blur6ex < ${PREFIX}/share/doc/blur6ex/blur6ex_tables.sql 10$ mysql blur6ex < ${PREFIX}/share/doc/blur6ex/blur6ex_tables.sql
9 11
10Change "PASSWORD" to your desired password. 12Change "PASSWORD" to your desired password.
11 13
12Modify ${PKG_SYSCONFDIR.blur6exdb}/db.php and 14Modify ${PKG_SYSCONFDIR.blur6exdb}/db.php and
13${PKG_SYSCONFDIR.blur6ex}/index.php. 15${PKG_SYSCONFDIR.blur6ex}/index.php.
14 16
15Before accessing the blog, you should create a user for the admin 17Before accessing the blog, you should create a user for the admin