You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/install_on_ibexa_cloud.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,14 @@ under the `relationship` key in `.platform.app.yaml` as well.
55
55
56
56
## 2. Create an account
57
57
58
-
Log in to https://cloud.ibexa.co or create an account if you don't have one yet.
58
+
Log in to https://console.ibexa.cloud or create an account if you don't have one yet.
59
59
60
60
Create a project and select its region.
61
61
62
62
!!! caution
63
63
64
64
Don't use https://console.platform.sh/ which doesn't list [[= product_name_cloud =]] projects.
65
-
Use https://cloud.ibexa.co to manage your [[= product_name_cloud =]] projects.
65
+
Use https://console.ibexa.cloud to manage your [[= product_name_cloud =]] projects.
66
66
67
67
## 3. Prepare for hosting
68
68
@@ -85,7 +85,7 @@ When you are done with configuration, push your project to the Platform.sh remot
85
85
git push -u <platform.sh-remote> master
86
86
```
87
87
88
-
You can also use the [Ibexa Cloud CLI](https://cli.ibexa.co/) to push your code.
88
+
You can also use the [Ibexa Cloud CLI](https://cli.ibexa.cloud/) to push your code.
89
89
90
90
```bash
91
91
ibexa_cloud push master
@@ -97,9 +97,9 @@ ibexa_cloud push master
97
97
98
98
!!! caution
99
99
100
-
Do not use Platform.sh CLI (`platform`), instead, use the [Ibexa Cloud CLI (`ibexa_cloud`)](https://cli.ibexa.co/).
100
+
Do not use Platform.sh CLI (`platform`), instead, use the [Ibexa Cloud CLI (`ibexa_cloud`)](https://cli.ibexa.cloud/).
101
101
102
-
To install Ibexa Cloud CLI, follow https://cli.ibexa.co/ "Installation instructions".
102
+
To install Ibexa Cloud CLI, follow https://cli.ibexa.cloud/ "Installation instructions".
103
103
104
104
Ibexa Cloud CLI and Platform.sh CLI share the same commands and the [same documentation](https://docs.platform.sh/administration/cli.html#3-use), but you have to replace `platform` with `ibexa_cloud`.
0 commit comments