From 0efc0bc0854ad2f7ba40b68368d435c642c2abc5 Mon Sep 17 00:00:00 2001 From: Ruben Calvo Date: Mon, 22 Nov 2021 08:32:00 +0100 Subject: [PATCH] [ticket/16906] Update vagrant ip PHPBB3-16906 --- phpBB/docs/vagrant.md | 4 ++-- vagrant/after.sh | 2 +- vagrant/bootstrap.yaml | 2 +- vagrant/phpbb-install-config.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phpBB/docs/vagrant.md b/phpBB/docs/vagrant.md index ac318270c1..893b38db2d 100644 --- a/phpBB/docs/vagrant.md +++ b/phpBB/docs/vagrant.md @@ -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.10.10/` +* Access phpBB at `http://192.168.56.56/` * Username: **admin** * Password: **adminadmin** @@ -52,7 +52,7 @@ By default, phpBB is pre-configured to install with a MySQL database. You can, h If you prefer to access phpBB from the more friendly URL `http://phpbb.app` then you must update your computer's hosts file. This file is typically located at `/etc/hosts` for Mac/Linux or `C:\Windows\System32\drivers\etc\hosts` for Windows. Open this file and add the following line to it, at the very bottom, and save. ``` -192.168.10.10 phpbb.app +192.168.56.56 phpbb.app ``` ## How it all works diff --git a/vagrant/after.sh b/vagrant/after.sh index 345cd02c80..89874df209 100755 --- a/vagrant/after.sh +++ b/vagrant/after.sh @@ -34,4 +34,4 @@ sed -i "s/cgi.fix_pathinfo=.*/cgi.fix_pathinfo=1/" /etc/php/${PHP_VERSION}/fpm/p # Restart php-fpm to apply php.ini changes systemctl restart php${PHP_VERSION}-fpm.service -echo "Your board is ready at http://192.168.10.10/" +echo "Your board is ready at http://192.168.56.56/" diff --git a/vagrant/bootstrap.yaml b/vagrant/bootstrap.yaml index 0d6a9a74d6..a6d5fa9983 100644 --- a/vagrant/bootstrap.yaml +++ b/vagrant/bootstrap.yaml @@ -1,5 +1,5 @@ --- -ip: "192.168.10.10" +ip: "192.168.56.56" memory: 2048 cpus: 1 hostname: phpbb diff --git a/vagrant/phpbb-install-config.yml b/vagrant/phpbb-install-config.yml index 895cb17069..db7b525b9f 100644 --- a/vagrant/phpbb-install-config.yml +++ b/vagrant/phpbb-install-config.yml @@ -46,6 +46,6 @@ installer: cookie_secure: false server_protocol: http:// force_server_vars: false - server_name: 192.168.10.10 + server_name: 192.168.56.56 server_port: 80 script_path: /