Skip to content

Commit

Permalink
Merge pull request #93 from ceramicnetwork/add-videos
Browse files Browse the repository at this point in the history
Add relevant video tutorials to the docs
  • Loading branch information
JustinaPetr authored Jun 17, 2024
2 parents ace6681 + 70dd302 commit b9ec0e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ Running Kubernetes on the Cloud means a provider will manage the underlying infr

### Running ComposeDB server on DigitalOcean Kubernetes

DigitalOcean Kubernetes (DOKS) allows developers to deploy Kubernetes clusters using simple managed service. ComposeDB deployment on DigitalOcean Kubernetes will require 2 tools:
DigitalOcean Kubernetes (DOKS) allows developers to deploy Kubernetes clusters using simple managed service. The instructions below are also covered in a video walkthrough here:

<iframe width="660" height="415" src="https://www.youtube.com/embed/mgwM9c5fWck?si=fWP1D1xRtab5Tz6T" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

ComposeDB deployment on DigitalOcean Kubernetes will require 2 tools:

- [kubectl](https://kubernetes.io/docs/tasks/tools) - the Kubernetes command line tool
- [doctl](https://docs.digitalocean.com/reference/doctl/how-to/install/) - the DigitalOcean command line tool
Expand Down
4 changes: 3 additions & 1 deletion docs/composedb/set-up-your-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ bunx create-ceramic-app
</tr>
</table>

The easiest and recommended way to configure your full local development environment is by using [Wheel](https://github.com/ceramicstudio/wheel.git) - a CLI starter tool for Ceramic that makes it easy to install necessary dependencies and run a Ceramic node enabled with ComposeDB.
The easiest and recommended way to configure your full local development environment is by using [Wheel](https://github.com/ceramicstudio/wheel.git) - a CLI starter tool for Ceramic that makes it easy to install necessary dependencies and run a Ceramic node enabled with ComposeDB. The installation instructions below are also covered in a video tutorial that you can follow:

<iframe width="660" height="415" src="https://www.youtube.com/embed/r68FXBTCBZ4?si=FRolthOjecS9Ys2_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

#### Install the dependencies

Expand Down

0 comments on commit b9ec0e6

Please sign in to comment.