1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14547] Use package compatible with phpBB requirements

PHPBB3-14547
This commit is contained in:
Matt Friedman
2016-03-20 09:43:23 -07:00
parent 6196e4ae4d
commit 3cd0c53118
6 changed files with 35 additions and 31 deletions

View File

@@ -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/"