Skip to content

Commit 274a986

Browse files
author
cfsdocs
committed
Update internal.md
1 parent 4f2eff5 commit 274a986

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

internal.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<staging-internal>---
2+
3+
copyright:
4+
years: 2020, 2022
5+
lastupdated: "2022-01-27"
6+
7+
keywords: code engine, getting started, cli, get help, internal adopters
8+
9+
subcollection: codeengine
10+
11+
---
12+
13+
{{site.data.keyword.attribute-definition-list}}
14+
15+
# Getting started with {{site.data.keyword.codeenginefull_notm}} for Internal adopters
16+
{: #getting-started-internal}
17+
18+
Review internal only information to get access to {{site.data.keyword.codeenginefull_notm}} (or "{{site.data.keyword.codeengineshort}}")
19+
{: shortdesc}
20+
21+
## Where can I find the {{site.data.keyword.codeengineshort}} console?
22+
{: #ce-console}
23+
24+
Access to {{site.data.keyword.codeengineshort}} console is available at [{{site.data.keyword.codeengineshort}} test](https://test.cloud.ibm.com/codeengine/overview){: external}. Log in with your IBM ID.
25+
26+
## How do I get the CLI?
27+
{: #ce-cli}
28+
29+
You must create an [{{site.data.keyword.cloud_notm}} account on TEST](https://test.cloud.ibm.com/){: external}. If you do not have one, you can create one by accessing the URL. If you cannot create one, ask on the #bss-account-issues channel in the IBM Cloud Platform slack.
30+
31+
1. Download and install the [{{site.data.keyword.cloud_notm}} CLI](/docs/cli?topic=cli-getting-started)
32+
33+
2. Install the {{site.data.keyword.codeengineshort}} CLI plug-in
34+
35+
```sh
36+
ibmcloud plugin repo-add staging https://plugins.test.cloud.ibm.com
37+
ibmcloud plugin install code-engine -r staging
38+
```
39+
{: pre}
40+
41+
3. Log into Test IBM Cloud
42+
43+
```sh
44+
ibmcloud login -a https://test.cloud.ibm.com --sso
45+
```
46+
{: pre}
47+
48+
4. If you have more than one account, select one from the list.
49+
50+
5. Select `us-south` as the target region.
51+
52+
6. List your resource groups and select one to target.
53+
54+
```sh
55+
ibmcloud resource groups
56+
```
57+
{: pre}
58+
59+
7. Target a resource group.
60+
61+
```sh
62+
ibmcloud target -g <GROUP_NAME>
63+
```
64+
{: pre}
65+
66+
You can now proceed to [Managing projects](/docs/codeengine?topic=codeengine-manage-project)!
67+
68+
## Where can I get help?
69+
{: #ce-help}
70+
71+
You can get help from Code Engine #code-engine-users slack channel.
72+
73+
</staging-internal>
74+
75+

0 commit comments

Comments
 (0)