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

Commitc838a4c

Browse files
NimRegevThatAmatoGuyATGardner
authored
Gitops revamp quick starts (codefresh-io#1135)
* Update quick startsSeparated CI and GitOps quick starts to different buckets; updated nav yaml and copied promotion tutorials to new bucket* Update screenshotsUpdated screenshots* Updated screenshots* Update screenshots* Updated screenshots* Update promotion quick startsUpdate promotion quick starts* Update promotion quick startsUpdate promotion quick starts* Update promotion quick startsUpdate promotion quick starts* Update parallel flowAdded parallel flow with new screenshots* Update gitops quick start* Update product quick startsUpdated product quick starts - three articles* Update promotion quick startsUpdated content for promotion quick starts* Update promotion quick startsUpdated content for promotion quick starts* Update promotion quick startsUpdated content for promotion quick starts* Update nav.yml* Update gitops-products.md* Move CI quick starts* Update home-content.yml* Update nav.yml* Update nav.yml* Update drag-and-drop.md* Rename overview files* Update applications.md* Update quick starts* Update screenshots for quick starts* Update screenshots for quick starts* Update runtime quick starts* Update front matter and overviews* added redirect for quickstart based on home-content.yaml* Remove duplicate set of promotion tutorialsRemoved promotion tutorials segment and changed references to quick starts* Add redirects to promotion quick startsAdded redirects from promotion tutorials to all promotion quick starts* Add more redirects* Resolve conflicts* Update gitops-quick-start.md* Update links to quick starts* Update quick startsContent updates after self-review* Update quick startsUpdate flow quick starts with latest changes for settings* Update gitops quick starts for promotionsUpdate screenshots and content with new features* Update promotion quick startsFixed links, screenshots and edited content* Add release task to dependenciesContent updates to quick start for dependency* fix syntax error* Update content for gitops quick startsContent edits after self-review before publish* Update promotion-scenarios.md* Update promotion-scenarios.md* Fix headers for CI quick startsFixed headers for CI quick starts* Add create account to ci quick start---------Co-authored-by: Luke Goodfellow <107487942+lukasmagik@users.noreply.github.com>Co-authored-by: Noam Gal <noam.gal@octopus.com>
1 parent727b3b8 commitc838a4c

File tree

6 files changed

+126
-9
lines changed

6 files changed

+126
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:"CI/CD quick starts"
33
description:""
4-
group:quick-start
4+
group:ci-quick-start
55
toc:true
66
---
77

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title:"Pipeline quick start"
33
description:"Quick start to set up a continuous integration (CI) pipeline"
4-
group:quick-start
5-
sub_group:ci-quick-start
4+
group:ci-quick-start
65
redirect_from:
76
-/docs/getting-started/create-a-basic-pipeline/
87
-/docs/getting-started-create-a-basic-pipeline/
98
-/docs/build-your-image/
9+
-/docs/quick-start/ci-quick-start/create-ci-pipeline/
1010
toc:true
1111
---
1212

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
title:"Creating a Codefresh account"
3+
description:"Start working in Codefresh"
4+
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/
11+
toc:true
12+
---
13+
Once you have installed Codefresh, the next step is to create an account in Codefresh.
14+
15+
After you select the IdP (identity provider), Codefresh requests permission to access your basic details, and for Git providers, to access your Git repositories. The Permissions window that is displayed differs according to the IdP selected.
16+
The permissions requested by Codefresh are needed in order to build and deploy your projects.
17+
18+
##Supported IdPs
19+
Codefresh currently supports the following IdPs:
20+
* GitHub
21+
* Bitbucket
22+
* GitLab
23+
* Azure
24+
* Google
25+
* LDAP
26+
27+
If you need an IdP that is not in the list, please[contact us](https://codefresh.io/contact-us/){:target="\_blank"} with the details.
28+
29+
30+
>**NOTE**
31+
For Git repositories, the login method is less important, as you can access Git repositories through [Git integrations]({{site.baseurl}}/docs/integrations/git-providers/), regardless of your sign-up process. <br><br>
32+
If you have multiple sign-up methods, as long as you use the same email address in all the sign-ups, Codefresh automatically redirects you to the account dashboard.
33+
34+
##Create Codefresh account
35+
1. Select the identity provider (IdP) to use:
36+
1. Go to the[Codefresh Sign Up page](https://g.codefresh.io/signup).<!---need to change the URL and the screenshot-->
37+
1. Select the IdP for sign-up.
38+
39+
{% include
40+
image.html
41+
lightbox="true"
42+
file="/images/administration/create-account/select-identity-provider.png"
43+
url="/images/administration/create-account/select-identity-provider.png"
44+
alt="Codefresh sign-up page"
45+
caption="Codefresh sign-up page"
46+
max-width="40%"
47+
%}
48+
49+
{:start="2"}
50+
1. Accept the permissions request for the selected IdP:
51+
* For GitHub: To continue, click**Authorize codefresh-io**.
52+
* For Bitbucket: To continue, click**Grant access**.
53+
* For GitLab: To continue, click**Authorize**.
54+
55+
Once you confirm the permissions for your Git provider, Codefresh automatically connects to your Git provider and fetches your basic account details, such as your email.
56+
57+
{:start="3"}
58+
1. Review the details for your new account, make the relevant changes, and click**NEXT**.
59+
60+
{% include
61+
image.html
62+
lightbox="true"
63+
file="/images/administration/create-account/codefresh-signup.png"
64+
url="/images/administration/create-account/codefresh-signup.png"
65+
alt="Codefresh account details"
66+
caption="Codefresh account details"
67+
max-width="40%"
68+
%}
69+
70+
{:start="4"}
71+
1. Enter a name for your account, and click**NEXT**.
72+
73+
{% include
74+
image.html
75+
lightbox="true"
76+
file="/images/administration/create-account/codefresh-accountname.png"
77+
url="/images/administration/create-account/codefresh-accountname.png"
78+
alt="Codefresh account name"
79+
caption="Codefresh account name"
80+
max-width="40%"
81+
%}
82+
83+
{:start="5"}
84+
1. Finally, answer the questions to personalize your account and click**FINISH**.
85+
86+
{% include
87+
image.html
88+
lightbox="true"
89+
file="/images/administration/create-account/codefresh-personalize.png"
90+
url="/images/administration/create-account/codefresh-personalize.png"
91+
alt="Codefresh personalize account"
92+
caption="Codefresh personalize account"
93+
max-width="40%"
94+
%}
95+
96+
Congratulations! Your new Codefresh account is now ready.
97+
98+
{% include
99+
image.html
100+
lightbox="true"
101+
file="/images/administration/create-account/codefresh-dashboard.png"
102+
url="/images/administration/create-account/codefresh-dashboard.png"
103+
alt="Codefresh dashboard"
104+
caption="Codefresh dashboard"
105+
max-width="40%"
106+
%}
107+
108+
109+
##What's next
110+
Verify that you are ready to install the GitOps Hybrid Runtime, the foundation for GitOps operations.
111+
112+
[Quick start: Preparing for Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/verify-requirements/)
113+
114+
115+
116+
117+

‎_docs/ci-quick-start/deploy-to-kubernetes.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title:"Kubernetes deployment quick start"
33
description:"How to deploy to a Kubernetes cluster from the Codefresh UI"
4-
group:quick-start
5-
sub_group:ci-quick-start
4+
group:ci-quick-start
65
redirect_from:
76
-/docs/getting-started-deployment-to-kubernetes-quick-start-guide/
87
-/docs/kubernetes
98
-/docs/kubernetes/
109
-/docs/getting-started/deployment-to-kubernetes-quick-start-guide/
10+
-/docs/quick-start/ci-quick-start/deploy-to-kubernetes/
1111
toc:true
1212
---
1313

‎_docs/ci-quick-start/deploy-with-helm.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title:"Helm deployment to Kubernetes quick start"
33
description:"Use the Helm package manager to deploy to a Kubernetes cluster from the Codefresh UI"
4-
group:quick-start
5-
sub_group:ci-quick-start
4+
group:ci-quick-start
65
redirect_from:
76
-/docs/getting-started/helm-quick-start-guide/
87
-/docs/new-helm/add-helm-repository/
8+
-/docs/quick-start/ci-quick-start/deploy-with-helm/
99
toc:true
1010
---
1111

‎_docs/ci-quick-start/on-demand-environments.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title:"On-demand environment quick start"
33
description:"Code collaboration with Codefresh"
4-
group:quick-start
5-
sub_group:ci-quick-start
4+
group:ci-quick-start
65
redirect_from:
76
-/docs/getting-started/on-demand-environments/
7+
-/docs/quick-start/ci-quick-start/on-demand-environments/
88
toc:true
99

1010
---

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp