mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 10:48:26 +00:00
Customise the CMS directory so it's in the apache scope
This commit is contained in:
parent
7e668b9751
commit
8adb1d1495
@ -6,17 +6,15 @@ echo "Started building at $(date) - $(whoami)"
|
|||||||
# Update composer
|
# Update composer
|
||||||
composer self-update
|
composer self-update
|
||||||
|
|
||||||
# show directory listing
|
|
||||||
ls -al
|
|
||||||
ls -al vendor
|
|
||||||
mount
|
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
composer install --no-interaction --no-progress
|
composer install --no-interaction --no-progress
|
||||||
|
|
||||||
cp jorobo.dist.ini jorobo.ini
|
cp jorobo.dist.ini jorobo.ini
|
||||||
cp RoboFile.dist.ini RoboFile.ini
|
cp RoboFile.dist.ini RoboFile.ini
|
||||||
|
|
||||||
|
# Make sure the path to the CMS is inside the apache config for docker
|
||||||
|
sed -i 's!^cmsPath\s*=\s*(.*)!\/tests\/joomla/$1!' RoboFile.ini
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
vendor/bin/robo build --dev
|
vendor/bin/robo build --dev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user