Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12c73d8

Browse files
authored
Gitops quick starts create account (#1146)
* Update create accountUpdated procedure to align with latest ui proc* Update create-codefresh-account.md* Updates* Update ci create account* Update ci-quick-start.md* Update* Update
1 parent02869de commit12c73d8

File tree

7 files changed

+14
-18
lines changed

7 files changed

+14
-18
lines changed

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
url:"/ci-quick-start"
1919
pages:
2020
-title:Create Codefresh account
21-
url:"/create-codefresh-account"
21+
url:"/ci-create-codefresh-account"
2222
-title:Pipeline quick start
2323
url:"/create-ci-pipeline"
2424
-title:Kubernetes deployment quick start

‎_docs/ci-quick-start/create-codefresh-account.md‎renamed to ‎_docs/ci-quick-start/ci-create-codefresh-account.md‎

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:"Creating a Codefresh account"
33
description:"Start working in Codefresh"
4-
group:gitops-quick-start
4+
group:ci-quick-start
55
redirect_from:
66
-/docs/getting-started/create-a-codefresh-account/
77
-/docs/
@@ -10,8 +10,7 @@ redirect_from:
1010
-/docs/getting-started/introduction/
1111
toc:true
1212
---
13-
14-
Once you have installed Codefresh, the next step is to create an account in Codefresh.
13+
Begin your CI journey by setting up a Codefresh account.
1514

1615
After you select the IdP (identity provider), Codefresh requests permission to access your basic details, and for Git providers, to access your Git repositories.
1716
The permissions requested by Codefresh are needed in order to build and deploy your projects.
@@ -87,13 +86,13 @@ max-width="50%"
8786
1. Enter a name for your account, and click**Next**.
8887
1. In the Organization type screen, select**Business use** and click**Next**.
8988
1. Select the use cases for your organization and account from among those displayed.
90-
In this case, you'll select**Continuous Delivery withGitOps** and then click**Finish**.
89+
In this case, you'll select**ContinuousIntegration with Pipelines** and**ContinuousDelivery withPipelines** and then click**Finish**.
9190

9291
{% include
9392
image.html
9493
lightbox="true"
95-
file="/images/quick-start/create-account/select-use-cases.png"
96-
url="/images/quick-start/create-account/select-use-cases.png"
94+
file="/images/quick-start/create-account/ci-select-use-cases.png"
95+
url="/images/quick-start/create-account/ci-select-use-cases.png"
9796
alt="Quick start account creation: Select use cases"
9897
caption="Quick start account creation: Select use cases"
9998
max-width="50%"
@@ -106,4 +105,3 @@ Congratulations! Your new Codefresh account is now ready and you are directed to
106105

107106

108107

109-

‎_docs/ci-quick-start/ci-quick-start.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Based on your deployment model, start by installing the [Codefresh Runner]({{sit
2121

2222

2323
##Create a Codefresh account
24-
[Create an account in Codefresh]({{site.baseurl}}/docs/ci-quick-start/create-codefresh-account/) in which to create pipelines.
24+
[Create an account in Codefresh]({{site.baseurl}}/docs/ci-quick-start/ci-create-codefresh-account/) in which to create pipelines.
2525

2626
##Create and deploy Codefresh pipelines
2727

28-
1.[Create apipeline]({{site.baseurl}}/docs/ci-quick-start/create-ci-pipeline/)
28+
1.[Create a pipeline]({{site.baseurl}}/docs/ci-quick-start/create-ci-pipeline/)
2929
Create a Continuous Integration pipeline using an example application.
3030
1.[Deploy to Kubernetes]({{site.baseurl}}/docs/ci-quick-start/deploy-to-kubernetes/)
3131
Deploy an application to a Kubernetes cluster from the Codefresh UI, and set up an automated pipeline to redeploy the application whenever there are changes in the source code.

‎_docs/gitops-quick-start/create-codefresh-account.md‎

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
title:"Creating a Codefresh account"
33
description:"Start working in Codefresh"
44
group:gitops-quick-start
5-
redirect_from:
6-
-/docs/getting-started/create-a-codefresh-account/
7-
-/docs/
8-
-/docs/create-an-account/
9-
-/docs/getting-started/
10-
-/docs/getting-started/introduction/
115
toc:true
126
---
13-
Once you have installed Codefresh, the next step is to create an account in Codefresh.
7+
8+
Begin your GitOps journey by setting up a Codefresh account.
9+
10+
Creating an account provides access to the Codefresh platform, where you can install Runtimes, and create and manage GitOps entities.
1411

1512
After you select the IdP (identity provider), Codefresh requests permission to access your basic details, and for Git providers, to access your Git repositories.
13+
1614
The permissions requested by Codefresh are needed in order to build and deploy your projects.
1715

1816
##Supported IdPs

‎_docs/gitops-quick-start/gitops-runtimes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The GitOps Runtime is the cornerstone of Codefresh’s GitOps capabilities, simp
2828

2929

3030

31-
Explore these quick starts to prepare yoursetup, install a GitOps Runtime, and create a Git source, before you continue with application promotions and deployments.
31+
Explore these quick starts to prepare yourenvironment for GitOps Runtime installation, install a GitOps Runtime, and create a Git source, before you continue with application promotions and deployments.
3232

3333
[Quick start: Preparing for Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/verify-requirements/)
3434
[Quick start: Installing a Hybrid GitOps Runtime]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/runtime/)
71.3 KB
Loading
71.3 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp