diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-18 14:00:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-18 14:00:16 +0000 |
commit | 87e70147106333d164d150d55de7bd47ad9f7cee (patch) | |
tree | 6de838df5c9963826b169a917a198b82d4fedcff /www | |
parent | f0f7e4ad6e42749998f7aeb5ee3cc40af74d8c7b (diff) | |
download | pkgsrc-87e70147106333d164d150d55de7bd47ad9f7cee.tar.gz |
English improvements.
Diffstat (limited to 'www')
-rw-r--r-- | www/blur6ex/MESSAGE | 11 |
1 files changed, 6 insertions, 5 deletions
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/ |