Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Ibexa Cloud and DDEV" → "DDEV and Ibexa Cloud" #2412

Merged
merged 4 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.9"
"friendsofphp/php-cs-fixer": "^3.30"
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/install_with_ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ If the local project needs to answer to real production domains (for example, to
DDEV can be useful to locally simulate a production cluster.

- See [clustering with DDEV](clustering_with_ddev.md) to add Elasticsearch, Solr, Redis or Memcached to your DDEV installation.
- See [Ibexa Cloud and DDEV](ibexa_cloud_and_ddev.md) to locally run an [[= product_name =]] project by using DDEV.
- See [DDEV and Ibexa Cloud](ddev_and_ibexa_cloud.md) to locally run an [[= product_name =]] project by using DDEV.

## Stop or remove the project

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `ddev config --php-version` option should set the same PHP version as the pr

Discover more commands in [DDEV documentation](https://ddev.readthedocs.io/en/latest/users/usage/commands/).

To run an [[= product_name_cloud =]] project locally, you may refer to [Ibexa Cloud and DDEV](ibexa_cloud_and_ddev.md) instead.
To run an [[= product_name_cloud =]] project locally, you may refer to [DDEV and Ibexa Cloud](ddev_and_ibexa_cloud.md) instead.

## Install search engine

Expand Down
adriendupuis marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Use DDEV to run an Ibexa Cloud project locally.
---

# Ibexa Cloud and DDEV
# DDEV and Ibexa Cloud

Two ways are available to run an [[= product_name_cloud =]] project locally with DDEV:

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ nav:
- Clustering: infrastructure_and_maintenance/clustering/clustering.md
- Clustering with AWS S3: infrastructure_and_maintenance/clustering/clustering_with_aws_s3.md
- Clustering with DDEV: infrastructure_and_maintenance/clustering/clustering_with_ddev.md
- Ibexa Cloud and DDEV: infrastructure_and_maintenance/clustering/ibexa_cloud_and_ddev.md
- DDEV and Ibexa Cloud: infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md
- DevOps: infrastructure_and_maintenance/devops.md
- Backup: infrastructure_and_maintenance/backup.md
- Performance: infrastructure_and_maintenance/performance.md
Expand Down
Loading