pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-nextcloud nextcloud: Prune out of date advice ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5c498165e36
branches: trunk
changeset: 449515:c5c498165e36
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Mar 31 23:33:05 2021 +0000
description:
nextcloud: Prune out of date advice from MESSAGE
Now, we have php.d, so one just installs, and does not modify php.ini.
diffstat:
www/php-nextcloud/MESSAGE | 24 ++++--------------------
1 files changed, 4 insertions(+), 20 deletions(-)
diffs (43 lines):
diff -r 73d6394317e2 -r c5c498165e36 www/php-nextcloud/MESSAGE
--- a/www/php-nextcloud/MESSAGE Wed Mar 31 22:26:51 2021 +0000
+++ b/www/php-nextcloud/MESSAGE Wed Mar 31 23:33:05 2021 +0000
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2018/11/22 12:30:49 ryoon Exp $
+$NetBSD: MESSAGE,v 1.4 2021/03/31 23:33:05 gdt Exp $
To use Nextcloud, you will need to perform the following steps.
@@ -85,29 +85,13 @@
listen.allowed_clients = 127.0.0.1
-6. Be sure to have the following lines in ${PREFIX}/etc/php.ini.
-
- extension=curl.so
- extension=gd.so
- extension=iconv.so
- extension=intl.so
- extension=json.so
- extension=mbstring.so
- extension=zip.so
- extension=zlib.so
-
- extension=pdo.so ;if you select sqlite backend.
- extension=pdo_sqlite.so ;if you select sqlite backend.
- extension=pdo_mysql.so ;if you select MySQL backend.
- extension=pdo_pgsql.so ;if you select PostgreSQL backend.
-
-7. Start PHP-FPM daemon.
+6. Start PHP-FPM daemon.
${RCD_SCRIPTS_DIR}/php_fpm start
-8. Start nginx httpd server.
+7. Start nginx httpd server.
${RCD_SCRIPTS_DIR}/nginx start
-6. Access http://YOUR_SERVER_NAME/ and setup.
+8. Access http://YOUR_SERVER_NAME/ and setup.
===========================================================================
Home |
Main Index |
Thread Index |
Old Index