Skip to content
Snippets Groups Projects
Commit 756b0132 authored by Michael Strelan's avatar Michael Strelan
Browse files

Server setup

parent b2236bbd
No related branches found
No related tags found
1 merge request!7757Draft: Use mstrelan/drupalci-php:8.3-frankenphp
#!/bin/bash
ln -s $CI_PROJECT_DIR /var/www/html/subdirectory
sudo service apache2 start
# sudo service apache2 start
mkdir -p ./sites/simpletest ./sites/default/files ./build/logs/junit /var/www/.composer
chown -R www-data:www-data ./sites ./build/logs/junit ./vendor /var/www/
sudo -u www-data git config --global --add safe.directory $CI_PROJECT_DIR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment