mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16906] Update vagrant ip
PHPBB3-16906
This commit is contained in:
parent
76922413bf
commit
0efc0bc085
4 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ phpBB uses the [Laravel/Homestead](https://laravel.com/docs/5.1/homestead) Vagra
|
||||||
$ vagrant up
|
$ vagrant up
|
||||||
```
|
```
|
||||||
|
|
||||||
* Access phpBB at `http://192.168.10.10/`
|
* Access phpBB at `http://192.168.56.56/`
|
||||||
* Username: **admin**
|
* Username: **admin**
|
||||||
* Password: **adminadmin**
|
* 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.
|
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
|
## How it all works
|
||||||
|
|
|
@ -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
|
# Restart php-fpm to apply php.ini changes
|
||||||
systemctl restart php${PHP_VERSION}-fpm.service
|
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/"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
ip: "192.168.10.10"
|
ip: "192.168.56.56"
|
||||||
memory: 2048
|
memory: 2048
|
||||||
cpus: 1
|
cpus: 1
|
||||||
hostname: phpbb
|
hostname: phpbb
|
||||||
|
|
|
@ -46,6 +46,6 @@ installer:
|
||||||
cookie_secure: false
|
cookie_secure: false
|
||||||
server_protocol: http://
|
server_protocol: http://
|
||||||
force_server_vars: false
|
force_server_vars: false
|
||||||
server_name: 192.168.10.10
|
server_name: 192.168.56.56
|
||||||
server_port: 80
|
server_port: 80
|
||||||
script_path: /
|
script_path: /
|
||||||
|
|
Loading…
Add table
Reference in a new issue