diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-05-04 01:06:04 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-05-04 01:06:04 +0000 |
commit | c2abf0039a2683e15f1ce2f065cbf1ad385e8f28 (patch) | |
tree | 96946ac961b72ab602457046770ab77528c89c65 /www/php-concrete5 | |
parent | f9eba05f1ac6786e269514a4869c8a98c2070789 (diff) | |
download | pkgsrc-c2abf0039a2683e15f1ce2f065cbf1ad385e8f28.tar.gz |
Add step to start apache httpd.
Diffstat (limited to 'www/php-concrete5')
-rw-r--r-- | www/php-concrete5/MESSAGE | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/php-concrete5/MESSAGE b/www/php-concrete5/MESSAGE index a01cfd8b42e..72d22f729d1 100644 --- a/www/php-concrete5/MESSAGE +++ b/www/php-concrete5/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2012/05/02 22:08:42 ryoon Exp $ +$NetBSD: MESSAGE,v 1.3 2012/05/04 01:06:04 ryoon Exp $ To use concrete5 with Apache 2.2, you will need to perform the following steps. @@ -53,7 +53,10 @@ To use concrete5 with Apache 2.2, you will need to perform the following steps. Allow from All </Directory> -9. Access http://localhost/index.php +9. Start Apache httpd 2.2 + # ${RCD_SCRIPTS_DIR}/apache start + +10. Access http://localhost/index.php And setup with the following information. database name: concrete_db |