Skip to content

Commit dac74fd

Browse files
committed
Renamed Platform.sh to Upsun
1 parent 8595096 commit dac74fd

File tree

16 files changed

+97
-97
lines changed

16 files changed

+97
-97
lines changed

docs/administration/project_organization/bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To remove a bundle (either one you created yourself, or an out-of-the-box one th
7575
|ibexa/calendar|Calendar tab with a calendar widget|
7676
|ibexa/connector-dam|Connector for DAM (Digital Asset Management) systems|
7777
|ibexa/elasticsearch|Integration with Elasticsearch search engine|
78-
|ibexa/fastly|Fastly support for `http-cache`, for use on Platform.sh or standalone|
78+
|ibexa/fastly|Fastly support for `http-cache`, for use on Upsun or standalone|
7979
|ibexa/icons|Icon set for the back office|
8080
|ibexa/image-editor|[Image Editor](configure_image_editor.md)|
8181
|ibexa/installer|Provides the `ibexa:install` command|

docs/getting_started/install_ibexa_dxp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ To use Composer to instantly create a project in the current folder with all the
171171
composer create-project ibexa/experience-skeleton:[[= latest_tag_4_6 =]] .
172172
```
173173

174-
!!! note "Platform.sh"
174+
!!! note "Upsun"
175175

176-
If you're deploying your installation on [Platform.sh](https://docs.platform.sh/guides/ibexa/deploy.html), run the following command:
176+
If you're deploying your installation on [Upsun](https://fixed.docs.upsun.com/guides/ibexa/deploy.html), run the following command:
177177

178178
``` bash
179179
composer ibexa:setup --platformsh
180180
```
181181

182-
This command provides the necessary configuration for using Platform.sh.
182+
This command provides the necessary configuration for using Upsun.
183183

184184
#### Add project to version control
185185

docs/getting_started/requirements.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -410,24 +410,24 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
410410

411411
=== "[[= product_name =]] v5.0"
412412

413-
### Cloud hosting with [[= product_name_cloud =]] and Platform.sh
413+
### Cloud hosting with [[= product_name_cloud =]] and Upsun
414414

415-
In general, [[= product_name_cloud =]] supports all features and services of [Platform.sh](https://platform.sh/marketplace/ibexa/) that are compatible and supported by the [[= product_name =]] version you use.
415+
In general, [[= product_name_cloud =]] supports all features and services of [Upsun](https://fixed.docs.upsun.com/add-services.html#available-services) that are compatible and supported by the [[= product_name =]] version you use.
416416

417417
For example:
418418

419-
- Platform.sh provides Redis support for versions 7.2, 7.0, and 6.2. [[= product_name =]] supports Redis version 7.2.
419+
- Upsun provides Redis support for versions 7.2, 7.0, and 6.2. [[= product_name =]] supports Redis version 7.2.
420420
As a result, Redis is supported on [[= product_name_cloud =]] in versions 7.2.
421421

422-
Features or services supported by [[= product_name =]] but not covered by Platform.sh may be possible by means of a [custom integration](#custom-integrations).
422+
Features or services supported by [[= product_name =]] but not covered by Upsun may be possible by means of a [custom integration](#custom-integrations).
423423

424424
### [[= product_name_cloud =]] Setup support matrix
425425

426426
All [[= product_name =]] features are supported in accordance with the example above.
427427

428428
!!! note
429429

430-
As Platform.sh doesn't support a configuration with multiple PostgreSQL databases, for [[= product_name_cloud =]] / Platform.sh it's impossible to have a DFS table in a separate database.
430+
As Upsun doesn't support a configuration with multiple PostgreSQL databases, for [[= product_name_cloud =]] / Upsun it's impossible to have a DFS table in a separate database.
431431

432432
### Recommended [[= product_name_cloud =]] setup
433433

@@ -441,31 +441,31 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
441441

442442
Make sure to set aside time and budget for:
443443

444-
- Verifying your requirements and ensuring they're supported by Platform.sh
444+
- Verifying your requirements and ensuring they're supported by Upsun
445445
- Additional time for adaptation and configuration work, and testing by your development team
446-
- Additional consulting/onboarding time with Platform.sh, Ibexa technical services, and/or one of the many partners with prior experience in using Platform.sh with [[= product_name =]]
446+
- Additional consulting/onboarding time with Upsun, Ibexa technical services, and/or one of the many partners with prior experience in using Upsun with [[= product_name =]]
447447

448448
The cost and effort of this isn't included in [[= product_name_cloud =]] subscription and is vary depending on the project.
449449

450450
### Custom integrations
451451

452-
Features supported by [[= product_name =]], but not natively by Platform.sh, can in many cases be used by means of custom integrations with external services.
452+
Features supported by [[= product_name =]], but not natively by Upsun, can in many cases be used by means of custom integrations with external services.
453453

454454
For example, you can create an integration with S3 by means of setting up your own S3 bucket and configuring the relevant parts of [[= product_name =]].
455455
We recommend giving the development team working on the project access to the bucket to ensure work is done in a DevOps way without depending on external teams when changes are needed.
456456

457457
=== "[[= product_name =]] v4.6"
458458

459-
### Cloud hosting with [[= product_name_cloud =]] and Platform.sh
459+
### Cloud hosting with [[= product_name_cloud =]] and Upsun
460460

461-
In general, [[= product_name_cloud =]] supports all features and services of [Platform.sh](https://platform.sh/marketplace/ibexa/) that are compatible and supported by the [[= product_name =]] version you use.
461+
In general, [[= product_name_cloud =]] supports all features and services of [Upsun](https://fixed.docs.upsun.com/add-services.html#available-services) that are compatible and supported by the [[= product_name =]] version you use.
462462

463463
For example:
464464

465-
- Platform.sh provides Redis support for versions 7.2, 7.0, and 6.2. [[= product_name =]] supports Redis in versions 4.0, 5.0, and 7.2.
465+
- Upsun provides Redis support for versions 7.2, 7.0, and 6.2. [[= product_name =]] supports Redis in versions 4.0, 5.0, and 7.2.
466466
As a result, Redis is supported on [[= product_name_cloud =]] in version 7.2.
467467

468-
Features or services supported by [[= product_name =]] but not covered by Platform.sh may be possible by means of a [custom integration](#custom-integrations).
468+
Features or services supported by [[= product_name =]] but not covered by Upsun may be possible by means of a [custom integration](#custom-integrations).
469469

470470
### [[= product_name_cloud =]] Setup support matrix
471471

@@ -474,7 +474,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
474474

475475
!!! note
476476

477-
As Platform.sh doesn't support a configuration with multiple PostgreSQL databases, for [[= product_name_cloud =]] / Platform.sh it's impossible to have a DFS table in a separate database.
477+
As Upsun doesn't support a configuration with multiple PostgreSQL databases, for [[= product_name_cloud =]] / Upsun it's impossible to have a DFS table in a separate database.
478478

479479
### Recommended [[= product_name_cloud =]] setup
480480

@@ -488,31 +488,31 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
488488

489489
Make sure to set aside time and budget for:
490490

491-
- Verifying your requirements and ensuring they're supported by Platform.sh
491+
- Verifying your requirements and ensuring they're supported by Upsun
492492
- Additional time for adaptation and configuration work, and testing by your development team
493-
- Additional consulting/onboarding time with Platform.sh, Ibexa technical services, and/or one of the many partners with prior experience in using Platform.sh with [[= product_name =]]
493+
- Additional consulting/onboarding time with Upsun, Ibexa technical services, and/or one of the many partners with prior experience in using Upsun with [[= product_name =]]
494494

495495
The cost and effort of this isn't included in [[= product_name_cloud =]] subscription and is vary depending on the project.
496496

497497
### Custom integrations
498498

499-
Features supported by [[= product_name =]], but not natively by Platform.sh, can in many cases be used by means of custom integrations with external services.
499+
Features supported by [[= product_name =]], but not natively by Upsun, can in many cases be used by means of custom integrations with external services.
500500

501501
For example, you can create an integration with S3 by means of setting up your own S3 bucket and configuring the relevant parts of [[= product_name =]].
502502
We recommend giving the development team working on the project access to the bucket to ensure work is done in a DevOps way without depending on external teams when changes are needed.
503503

504504
=== "[[= product_name =]] v3.3"
505505

506-
### Cloud hosting with [[= product_name_cloud =]] and Platform.sh
506+
### Cloud hosting with [[= product_name_cloud =]] and Upsun
507507

508-
In general, [[= product_name_cloud =]] supports all features and services of [Platform.sh](https://platform.sh/marketplace/ibexa/) that are compatible and supported by the [[= product_name =]] version you use.
508+
In general, [[= product_name_cloud =]] supports all features and services of [Upsun](https://fixed.docs.upsun.com/add-services.html#available-services) that are compatible and supported by the [[= product_name =]] version you use.
509509

510510
For example:
511511

512-
- Platform.sh provides Redis support for versions 3.2, 4.0 and 5.0. [[= product_name =]] supports Redis version 4.0 or higher, and recommends 5.0.
512+
- Upsun provides Redis support for versions 3.2, 4.0 and 5.0. [[= product_name =]] supports Redis version 4.0 or higher, and recommends 5.0.
513513
As a result, Redis is supported on [[= product_name_cloud =]] in versions 4.0 and 5.0, but 5.0 is recommended.
514514

515-
Features or services supported by [[= product_name =]] but not covered by Platform.sh may be possible by means of a [custom integration](#custom-integrations_1).
515+
Features or services supported by [[= product_name =]] but not covered by Upsun may be possible by means of a [custom integration](#custom-integrations_1).
516516

517517
### [[= product_name_cloud =]] Setup support matrix
518518

@@ -521,7 +521,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
521521

522522
!!! note
523523

524-
As Platform.sh doesn't support a configuration with multiple PostgreSQL databases, for [[= product_name_cloud =]] / Platform.sh it's impossible to have a DFS table in a separate database.
524+
As Upsun doesn't support a configuration with multiple PostgreSQL databases, for [[= product_name_cloud =]] / Upsun it's impossible to have a DFS table in a separate database.
525525

526526
### Recommended [[= product_name_cloud =]] setup
527527

@@ -535,15 +535,15 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
535535

536536
Make sure to set aside time and budget for:
537537

538-
- Verifying your requirements and ensuring they're supported by Platform.sh
538+
- Verifying your requirements and ensuring they're supported by Upsun
539539
- Additional time for adaptation and configuration work, and testing by your development team
540-
- Additional consulting/onboarding time with Platform.sh, Ibexa technical services, and/or one of the many partners with prior experience in using Platform.sh with [[= product_name =]]
540+
- Additional consulting/onboarding time with Upsun, Ibexa technical services, and/or one of the many partners with prior experience in using Upsun with [[= product_name =]]
541541

542542
The cost and effort of this isn't included in [[= product_name_cloud =]] subscription and is vary depending on the project.
543543

544544
### Custom integrations
545545

546-
Features supported by [[= product_name =]], but not natively by Platform.sh, can in many cases be used by means of custom integrations with external services.
546+
Features supported by [[= product_name =]], but not natively by Upsun, can in many cases be used by means of custom integrations with external services.
547547

548548
For example, you can create an integration with S3 by means of setting up your own S3 bucket and configuring the relevant parts of [[= product_name =]].
549549
We recommend giving the development team working on the project access to the bucket to ensure work is done in a DevOps way without depending on external teams when changes are needed.

docs/getting_started/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ In the rare case when there is no fixed version, you can revert your requirement
8585
If you have to use the version with the bug (not recommended) you can use `composer remove roave/security-advisories`.
8686
In such case, require it again when the bug is fixed and the package is updated: `composer require roave/security-advisories:dev-master` 
8787

88-
## Platform.sh HTTP access credentials with Varnish
88+
## Upsun HTTP access credentials with Varnish
8989

90-
If you're using Platform.sh with Varnish for HTTP cache and you have [HTTP access control by login/password](https://docs.platform.sh/administration/web/configure-environment.html#http-access-control) enabled, configure the following variables in your Platform.sh environment:
90+
If you're using Upsun with Varnish for HTTP cache and you have [HTTP access control by login/password](https://fixed.docs.upsun.com/administration/web/configure-environment.html#http-access-control) enabled, configure the following variables in your Upsun environment:
9191

9292
- `HTTPCACHE_USERNAME`
9393
- `HTTPCACHE_PASSWORD`

0 commit comments

Comments
 (0)