pkgsrc/www/blur6ex/MESSAGE

31 lines
871 B
Text
Raw Normal View History

===========================================================================
2011-12-29 15:44:21 +01:00
$NetBSD: MESSAGE,v 1.5 2011/12/29 14:44:21 joerg Exp $
Install mysql-server as needed.
2005-02-18 15:00:16 +01:00
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
2005-02-18 15:00:16 +01:00
Change "PASSWORD" to your desired password.
Modify ${PKG_SYSCONFDIR.blur6exdb}/db.php and
${PKG_SYSCONFDIR.blur6ex}/index.php.
2005-02-18 15:00:16 +01:00
Before accessing the blog, you should create a user for the admin
group:
$ mysql
mysql> use blur6ex;
2005-09-28 14:13:07 +02:00
mysql> insert into
-> permissionGroups (username,pGroup) values ('YOUR-NAME', 'admin' );
mysql> quit
2005-02-18 15:00:16 +01:00
Now you can access it at the following URL:
http://localhost/blog/
===========================================================================