From fd6d1a674239489afe57bea22c99d7c8b1344221 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:37:03 +0100 Subject: [PATCH] Moved GitHub token info to the tokens section (#2569) --- docs/getting_started/install_ibexa_dxp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_ibexa_dxp.md index 4ef06022d3..a19a6c0120 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_ibexa_dxp.md @@ -107,6 +107,9 @@ Use: They will become active again if the agreement is renewed, but this process may take up to 24 hours. _(If the agreement is renewed before the expiry date, there will be no disruption of service.)_ +If Composer asks for your GitHub token, you must log in to your GitHub account and generate a new token (edit your profile and go to **Developer settings** > **Personal access tokens** > **Generate new token** with default settings). +This operation is performed only once, when you install [[= product_name =]] for the first time. + ### Create project To use Composer to instantly create a project in the current folder with all the dependencies, run the following command: @@ -270,9 +273,6 @@ php bin/console ibexa:graphql:generate-schema Before executing the command make sure that the database user has sufficient permissions. -If Composer asks for your token, you must log in to your GitHub account and generate a new token (edit your profile and go to **Developer settings** > **Personal access tokens** > **Generate new token** with default settings). -This operation is performed only once, when you install [[= product_name =]] for the first time. - ### Run post-installation script Run the post-installation script with the following command: