Page MenuHomePhorge

D2026.1774876294.diff
No OneTemporary

Authored By
Unknown
Size
461 B
Referenced Files
None
Subscribers
None

D2026.1774876294.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
Mon, Mar 30, 1:11 PM (3 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18773610
Default Alt Text
D2026.1774876294.diff (461 B)

Event Timeline