summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2012-05-02 22:08:42 +0000
committerryoon <ryoon>2012-05-02 22:08:42 +0000
commiteb18fb5f0646a55afef5c641a443729ff816961f (patch)
tree6cfdcaf6a7d51f4070cb1364f9a9be19efb3a3b1 /www
parent34fdcb4870f36733fc6a2586ebdb2553a2abd8e5 (diff)
downloadpkgsrc-eb18fb5f0646a55afef5c641a443729ff816961f.tar.gz
s/tiki/concrete5/g, fix pasto
Diffstat (limited to 'www')
-rw-r--r--www/php-concrete5/MESSAGE8
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