Page MenuHomePhorge

D2026.1774811437.diff
No OneTemporary

Authored By
Unknown
Size
461 B
Referenced Files
None
Subscribers
None

D2026.1774811437.diff

diff --git a/bin/quickstart.sh b/bin/quickstart.sh
--- a/bin/quickstart.sh
+++ b/bin/quickstart.sh
@@ -31,6 +31,10 @@
test ! -z "$(php --ini | grep mysql)" || \
die "Is php-mysqlnd installed?"
+pecl info swoole >/dev/null 2>&1 || \
+ test ! -z "$(php --modules | grep swoole)" || \
+ die "Is swoole installed? ('pecl install swoole', then load from php.ini)"
+
base_dir=$(dirname $(dirname $0))
docker pull docker.io/kolab/centos7:latest

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 29, 7:10 PM (4 d, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18773610
Default Alt Text
D2026.1774811437.diff (461 B)

Event Timeline