mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16732] Fix vagrant
PHPBB3-16732
This commit is contained in:
parent
e159bef055
commit
a9c5f0571f
3 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PHP_VERSION="7.2"
|
PHP_VERSION="7.3"
|
||||||
PHPBB_PATH="/home/vagrant/phpbb"
|
PHPBB_PATH="/home/vagrant/phpbb"
|
||||||
PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
|
PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
|
||||||
PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"
|
PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"
|
||||||
|
|
|
@ -14,19 +14,13 @@ keys:
|
||||||
folders:
|
folders:
|
||||||
- map: "."
|
- map: "."
|
||||||
to: "/home/vagrant/phpbb"
|
to: "/home/vagrant/phpbb"
|
||||||
php: "7.2"
|
php: "7.3"
|
||||||
|
|
||||||
sites:
|
sites:
|
||||||
- map: phpbb.app
|
- map: phpbb.app
|
||||||
to: "/home/vagrant/phpbb/phpBB"
|
to: "/home/vagrant/phpbb/phpBB"
|
||||||
type: apache
|
type: apache
|
||||||
|
|
||||||
databases:
|
|
||||||
- phpbb
|
|
||||||
|
|
||||||
features:
|
|
||||||
- mariadb: true
|
|
||||||
|
|
||||||
# blackfire:
|
# blackfire:
|
||||||
# - id: foo
|
# - id: foo
|
||||||
# token: bar
|
# token: bar
|
||||||
|
|
|
@ -15,7 +15,7 @@ installer:
|
||||||
dbport: ~
|
dbport: ~
|
||||||
dbuser: homestead
|
dbuser: homestead
|
||||||
dbpasswd: secret
|
dbpasswd: secret
|
||||||
dbname: phpbb
|
dbname: homestead
|
||||||
table_prefix: phpbb_
|
table_prefix: phpbb_
|
||||||
# database:
|
# database:
|
||||||
# dbms: postgres
|
# dbms: postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue