30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-31 05:20:50 +00:00
This commit is contained in:
wilsonge 2019-09-12 17:53:04 +01:00
parent 5b6a45efeb
commit 868e119666
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -13,7 +13,7 @@ cp jorobo.dist.ini jorobo.ini
cp RoboFile.dist.ini RoboFile.ini
# Create the apache root directory then configure the RoboFile to use it for the Joomla Site
mkdir -p /tests/www
mkdir -p /tests/www/tests/joomla
chown -R www-data /tests
sed -i -r 's!^(cmsPath\s*=\s*)(.*)!\1\/tests\/www\/\2!' RoboFile.ini