-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a9b4f0
commit 5d17fb0
Showing
5 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,13 @@ Clone repository from GitHub. | |
git clone https://github.com/calimero-network/core.git | ||
``` | ||
|
||
or | ||
or | ||
|
||
```bash title="Terminal" | ||
git clone [email protected]:calimero-network/core.git | ||
``` | ||
|
||
Position in the root of the project | ||
Position in the root of the project | ||
|
||
```bash title="Terminal" | ||
cd core | ||
|
19 changes: 19 additions & 0 deletions
19
docs/03-getting-started/03-create-your-first-context/01-create-context.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
id: create-context | ||
title: Create Context | ||
--- | ||
|
||
## Create context with Admin Dashboard | ||
|
||
1. Navigate to the “Contexts” tab press "Start new context" button. | ||
2. Select app from the list using "Browse" button. | ||
3. Select "Template Application" | ||
4. Press "Start" to initiate context creation with the selected app. | ||
|
||
Once the context is created, you will be redirected to the context dashboard. | ||
|
||
As currently coordinator node is required to be inside each context, we need to | ||
invite him to participate. Continue with the | ||
[Invite To Context](./02-invite-to-context.mdx) guide. | ||
|
||
## Create context with CLI using meroctl |
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
docs/03-getting-started/03-create-your-first-context/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"label": "Install your first app" | ||
} |
File renamed without changes.