diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-05-02 22:08:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-05-02 22:08:42 +0000 |
commit | b376d933662a2aae40fbab8ceda1620b1bfbd4b8 (patch) | |
tree | 6cfdcaf6a7d51f4070cb1364f9a9be19efb3a3b1 /www/php-concrete5 | |
parent | 6efd8cd8e7a1d9cb282c5a5e44e8107e7ffaaafd (diff) | |
download | pkgsrc-b376d933662a2aae40fbab8ceda1620b1bfbd4b8.tar.gz |
s/tiki/concrete5/g, fix pasto
Diffstat (limited to 'www/php-concrete5')
-rw-r--r-- | www/php-concrete5/MESSAGE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/php-concrete5/MESSAGE b/www/php-concrete5/MESSAGE index 25f76dd795a..a01cfd8b42e 100644 --- a/www/php-concrete5/MESSAGE +++ b/www/php-concrete5/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2011/12/14 20:51:50 ryoon Exp $ +$NetBSD: MESSAGE,v 1.2 2012/05/02 22:08:42 ryoon Exp $ -To use tiki with Apache 2.2, you will need to perform the following steps. +To use concrete5 with Apache 2.2, you will need to perform the following steps. 1. Install www/apache22 and www/ap-php @@ -21,14 +21,14 @@ To use tiki with Apache 2.2, you will need to perform the following steps. # ${RCD_SCRIPTS_DIR}/mysqld start And see messages. -5. Add MySQL user, tiki +5. Add MySQL user, concrete5 $ mysql -u root -p Enter password: YOUR_MYSQL_ROOT_PASSWORD > create user concrete5 identified by 'concrete5_user_password'; > quit -6. Create database for tiki +6. Create database for concrete5 $ mysql -u root -p Enter password: YOUR_MYSQL_ROOT_PASSWORD |