Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11788597
D44.id98.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
538 B
Referenced Files
None
Subscribers
None
D44.id98.diff
View Options
diff --git a/files/usr/local/bin/setup-phabricator b/files/usr/local/bin/setup-phabricator
--- a/files/usr/local/bin/setup-phabricator
+++ b/files/usr/local/bin/setup-phabricator
@@ -20,9 +20,17 @@
bin/config set mailgun.domain $PHABRICATOR_DOMAIN
fi
+# Installation
+if [ -z "$PHABRICATOR_NO_INSTALL" ]; then
+ bin/storage upgrade --force
+ bin/config set storage.mysql-engine.max-size 8388608
+ bin/config set pygments.enabled true
+fi
+
# Rights
chown -R app /var/repo
# We're done
popd
+sv restart phd
touch .initialized
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 23, 06:44 (1 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3007792
Default Alt Text
D44.id98.diff (538 B)
Attached To
Mode
D44: Essential installation tasks at first run
Attached
Detach File
Event Timeline
Log In to Comment