pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/blur6ex Provide more details about creating an use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e2ab76a0116
branches:  trunk
changeset: 489170:3e2ab76a0116
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Feb 18 07:17:13 2005 +0000

description:
Provide more details about creating an user for the admin group.

diffstat:

 www/blur6ex/MESSAGE |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 54131c0a39b3 -r 3e2ab76a0116 www/blur6ex/MESSAGE
--- a/www/blur6ex/MESSAGE       Fri Feb 18 07:09:13 2005 +0000
+++ b/www/blur6ex/MESSAGE       Fri Feb 18 07:17:13 2005 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/02/18 07:07:43 xtraeme Exp $
+$NetBSD: MESSAGE,v 1.2 2005/02/18 07:17:13 xtraeme Exp $
 
 To configure blur6ex, the following steps should be completed:
 
@@ -12,6 +12,14 @@
 Modify ${PKG_SYSCONFDIR.blur6exdb}/db.php and
 ${PKG_SYSCONFDIR.blur6ex}/index.php.
 
+Before accessing you should create an user for the admin group:
+
+$ mysql
+mysql> use blur6ex;
+mysql> insert into 
+  -> permissionGroups (username,pGroup) values ('YOUR-NAME', 'admin' );
+mysql> quit
+
 Now you can access to it with the following url:
 
 http://localhost/blog/



Home | Main Index | Thread Index | Old Index