28 lines
839 B
Text
28 lines
839 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2005/09/28 12:13:07 rillig Exp $
|
|
|
|
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
|
|
|
|
Change "PASSWORD" to your desired password.
|
|
|
|
Modify ${PKG_SYSCONFDIR.blur6exdb}/db.php and
|
|
${PKG_SYSCONFDIR.blur6ex}/index.php.
|
|
|
|
Before accessing the blog, you should create a 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 it at the following URL:
|
|
|
|
http://localhost/blog/
|
|
|
|
===========================================================================
|