Skip to content

Commit

Permalink
set upload-dirs to the default joomla images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkoller committed Jun 13, 2024
1 parent d7ddfc6 commit 3f0072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Visit [Ibexa documentation](https://doc.ibexa.co/en/latest/getting_started/insta
mkdir my-joomla-site && cd my-joomla-site
tag=$(curl -L "https://api.github.com/repos/joomla/joomla-cms/releases/latest" | docker run -i --rm ddev/ddev-utilities jq -r .tag_name) && curl -L "https://github.com/joomla/joomla-cms/releases/download/$tag/Joomla_$tag-Stable-Full_Package.zip" -o joomla.zip
unzip ./joomla.zip && rm joomla.zip
ddev config --project-type=php --webserver-type=apache-fpm
ddev config --project-type=php --webserver-type=apache-fpm --upload-dirs=images
ddev start
ddev launch
```
Expand Down

0 comments on commit 3f0072d

Please sign in to comment.