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

Moved GitHub token info to the tokens section #2569

Merged
merged 1 commit into from
Dec 4, 2024
Merged
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
6 changes: 3 additions & 3 deletions docs/getting_started/install_ibexa_dxp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading