mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 11:58:51 +00:00
[ticket/17086] Add missing empty lines and remove extra whitespace
PHPBB3-17086
This commit is contained in:
parent
2c8e16cf4b
commit
b5f10f844f
7 changed files with 9 additions and 9 deletions
|
@ -17,4 +17,4 @@ ADD resources/xdebug.ini /etc/php/8.1/apache2/conf.d/xdebug.ini
|
||||||
|
|
||||||
# Configure Apache
|
# Configure Apache
|
||||||
RUN echo "Listen 8080" >> /etc/apache2/ports.conf && \
|
RUN echo "Listen 8080" >> /etc/apache2/ports.conf && \
|
||||||
a2enmod rewrite
|
a2enmod rewrite \
|
||||||
|
|
|
@ -34,4 +34,4 @@
|
||||||
"features": {
|
"features": {
|
||||||
"github-cli": "latest"
|
"github-cli": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,4 +35,4 @@ installer:
|
||||||
server_port: 80
|
server_port: 80
|
||||||
script_path: /
|
script_path: /
|
||||||
|
|
||||||
extensions: []
|
extensions: []
|
||||||
|
|
|
@ -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
|
# Create a MySQL user to use
|
||||||
echo "[Codespaces] Create MySQL user"
|
echo "[Codespaces] Create MySQL user"
|
||||||
sudo mysql -u root<<EOFMYSQL
|
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;
|
GRANT ALL PRIVILEGES ON *.* TO 'phpbb'@'localhost' WITH GRANT OPTION;
|
||||||
CREATE DATABASE IF NOT EXISTS phpbb;
|
CREATE DATABASE IF NOT EXISTS phpbb;
|
||||||
EOFMYSQL
|
EOFMYSQL
|
||||||
|
@ -38,7 +38,7 @@ cp /workspaces/phpbb/.devcontainer/resources/phpbb-config.yml /workspaces/phpbb/
|
||||||
echo "[Codespaces] Run phpBB CLI installation"
|
echo "[Codespaces] Run phpBB CLI installation"
|
||||||
cd /workspaces/phpbb/phpBB && composer install --no-interaction
|
cd /workspaces/phpbb/phpBB && composer install --no-interaction
|
||||||
sudo php /workspaces/phpbb/phpBB/install/phpbbcli.php install /workspaces/phpbb/phpBB/install/install-config.yml
|
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
|
# Finished
|
||||||
echo "[Codespaces] phpBB installation completed"
|
echo "[Codespaces] phpBB installation completed"
|
||||||
|
|
|
@ -7,4 +7,4 @@ xdebug.client_port=9003
|
||||||
xdebug.start_with_request=yes
|
xdebug.start_with_request=yes
|
||||||
xdebug.log='/var/log/xdebug/xdebug.log'
|
xdebug.log='/var/log/xdebug/xdebug.log'
|
||||||
xdebug.connect_timeout_ms=2000
|
xdebug.connect_timeout_ms=2000
|
||||||
xdebug.idekey=VSCODE
|
xdebug.idekey=VSCODE
|
||||||
|
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -15,4 +15,4 @@
|
||||||
"log": true
|
"log": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"php.debug.ideKey": "VSCODE"
|
"php.debug.ideKey": "VSCODE"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue