From 87e70147106333d164d150d55de7bd47ad9f7cee Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 18 Feb 2005 14:00:16 +0000 Subject: English improvements. --- www/blur6ex/MESSAGE | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'www/blur6ex') diff --git a/www/blur6ex/MESSAGE b/www/blur6ex/MESSAGE index 6fa7ed794d5..e456d3c95b5 100644 --- a/www/blur6ex/MESSAGE +++ b/www/blur6ex/MESSAGE @@ -1,18 +1,19 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2005/02/18 07:17:13 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.3 2005/02/18 14:00:16 wiz Exp $ -To configure blur6ex, the following steps should be completed: +To configure blur6ex, complete the following steps: $ mysql -e "create database blur6ex" $ mysql -e "grant all on blur6ex.* to ''@'' identified by 'PASSWORD'" $ mysql blur6ex < ${PREFIX}/share/doc/blur6ex/blur6ex_tables.sql -Modify "PASSWORD" with your desired password. +Change "PASSWORD" to your desired password. Modify ${PKG_SYSCONFDIR.blur6exdb}/db.php and ${PKG_SYSCONFDIR.blur6ex}/index.php. -Before accessing you should create an user for the admin group: +Before accessing the blog, you should create a user for the admin +group: $ mysql mysql> use blur6ex; @@ -20,7 +21,7 @@ mysql> insert into -> permissionGroups (username,pGroup) values ('YOUR-NAME', 'admin' ); mysql> quit -Now you can access to it with the following url: +Now you can access it at the following URL: http://localhost/blog/ -- cgit v1.2.3