Skip to content

Commit 95b7491

Browse files
glyemnocon
authored andcommitted
Moved GitHub token info to the tokens section (#2569)
1 parent 88f3558 commit 95b7491

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/getting_started/install_ez_platform.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ After this, when running Composer to get updates, you will be asked for a userna
114114
They will become active again if the agreement is renewed, but this process may take up to 24 hours.
115115
_(If the agreement is renewed before the expiry date, there will be no disruption of service.)_
116116

117+
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).
118+
This operation is performed only once, when you install [[= product_name =]] for the first time.
119+
117120
### Create project
118121

119122
To use Composer to instantly create a project in the current folder with all the dependencies,
@@ -290,10 +293,6 @@ php bin/console ibexa:graphql:generate-schema
290293

291294
Before executing the command make sure that the database user has sufficient permissions.
292295

293-
If Composer asks for your token, you must log in to your GitHub account and generate a new token
294-
(edit your profile and go to **Developer settings** > **Personal access tokens** > **Generate new token** with default settings).
295-
This operation is performed only once, when you install [[= product_name =]] for the first time.
296-
297296
### Run post-installation script
298297

299298
Run the post-installation script with the following command:

0 commit comments

Comments
 (0)