1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-16 13:48:58 +01:00

[ticket/17086] Add missing empty lines and remove extra whitespace

PHPBB3-17086
This commit is contained in:
Marc Alexander 2023-01-14 08:40:49 +01:00
parent 2c8e16cf4b
commit b5f10f844f
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
7 changed files with 9 additions and 9 deletions

View File

@ -17,4 +17,4 @@ ADD resources/xdebug.ini /etc/php/8.1/apache2/conf.d/xdebug.ini
# Configure Apache
RUN echo "Listen 8080" >> /etc/apache2/ports.conf && \
a2enmod rewrite
a2enmod rewrite \

View File

@ -34,4 +34,4 @@
"features": {
"github-cli": "latest"
}
}
}

View File

@ -35,4 +35,4 @@ installer:
server_port: 80
script_path: /
extensions: []
extensions: []

View File

@ -16,7 +16,7 @@ echo "$SSH_KEY" > /home/vscode/.ssh/id_rsa && chmod 600 /home/vscode/.ssh/id_rsa
# Create a MySQL user to use
echo "[Codespaces] Create MySQL user"
sudo mysql -u root<<EOFMYSQL
CREATE USER 'phpbb'@'localhost' IDENTIFIED BY 'phpbb';
CREATE USER 'phpbb'@'localhost' IDENTIFIED BY 'phpbb';
GRANT ALL PRIVILEGES ON *.* TO 'phpbb'@'localhost' WITH GRANT OPTION;
CREATE DATABASE IF NOT EXISTS phpbb;
EOFMYSQL
@ -38,7 +38,7 @@ cp /workspaces/phpbb/.devcontainer/resources/phpbb-config.yml /workspaces/phpbb/
echo "[Codespaces] Run phpBB CLI installation"
cd /workspaces/phpbb/phpBB && composer install --no-interaction
sudo php /workspaces/phpbb/phpBB/install/phpbbcli.php install /workspaces/phpbb/phpBB/install/install-config.yml
rm -rf /workspaces/phpbb/phpBB/install
rm -rf /workspaces/phpbb/phpBB/install
# Finished
echo "[Codespaces] phpBB installation completed"
echo "[Codespaces] phpBB installation completed"

View File

@ -7,4 +7,4 @@ xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.log='/var/log/xdebug/xdebug.log'
xdebug.connect_timeout_ms=2000
xdebug.idekey=VSCODE
xdebug.idekey=VSCODE

2
.vscode/launch.json vendored
View File

@ -15,4 +15,4 @@
"log": true
}
]
}
}

View File

@ -1,3 +1,3 @@
{
"php.debug.ideKey": "VSCODE"
}
}