mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14547] Use package compatible with phpBB requirements
PHPBB3-14547
This commit is contained in:
@@ -27,4 +27,7 @@ sudo chown -R vagrant /tmp/phpbb.sqlite3
|
||||
# Add DEBUG mode to phpBB to remove annoying installer warnings
|
||||
sed -i "$ a @define('DEBUG', true);" ${PHPBB_CONFIG}
|
||||
|
||||
# Update the PHP memory limits (enough to allow phpunit tests to run)
|
||||
sed -i "s/memory_limit = .*/memory_limit = 768M/" /etc/php5/fpm/php.ini
|
||||
|
||||
echo "Your board is ready at http://192.168.10.10/"
|
||||
|
@@ -22,6 +22,10 @@ sites:
|
||||
databases:
|
||||
- phpbb
|
||||
|
||||
variables:
|
||||
- key: APP_ENV
|
||||
value: local
|
||||
|
||||
# blackfire:
|
||||
# - id: foo
|
||||
# token: bar
|
||||
|
Reference in New Issue
Block a user