mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/14547] Fix Docs and increase PHP memory limit
PHPBB3-14547
This commit is contained in:
@@ -14,7 +14,7 @@ phpBB uses the [Laravel/Homestead](https://laravel.com/docs/5.1/homestead) Vagra
|
||||
$ vagrant up
|
||||
```
|
||||
|
||||
* Access phpBB at `http://192.168.33.10/`
|
||||
* Access phpBB at `http://192.168.10.10/`
|
||||
* Username: **admin**
|
||||
* Password: **adminadmin**
|
||||
|
||||
|
@@ -28,6 +28,6 @@ sudo chown -R vagrant /tmp/phpbb.sqlite3
|
||||
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
|
||||
sed -i "s/memory_limit = .*/memory_limit = 1024M/" /etc/php5/fpm/php.ini
|
||||
|
||||
echo "Your board is ready at http://192.168.10.10/"
|
||||
|
Reference in New Issue
Block a user