-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: docs restructuring, add deploy section, bring in v0.14.x (#493)
* chore: remove Rollkit has menu section and update naming Remove GM tutorial, add language around choosing DA and Execution * feat: create deploy your rollup section Remove kurtosis from wordle tutorial. Rename wordle tutorial in menu to build your rollup. Create overview for deployments sections. Create docker compose deployment tutorial. Create kurtosis deployment tutorial. Refactor tutorials to reduce duplication. * chore: bump rollkit version and sha to v0.14.0 * chore: various updates while debugging * chore: update menu titles * chore: change rollup to chain and adjust capitalzation * chore: clean up rollup vs chain usage in wordle tutorial * chore: bump rollkit to v0.14.1-rc.0 * feat: update ignite app how to guide * fix: clean up wordle tutorial * fix: docker compose turtorial * chore: edit kurtosis disclaimer * chore: remove kurtosis tutorial * chore: bump rollkit version * build: bump versions --------- Co-authored-by: Yarik Bratashchuk <[email protected]>
- Loading branch information
1 parent
668ed5c
commit 84860e8
Showing
7 changed files
with
733 additions
and
521 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
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
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
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,20 @@ | ||
--- | ||
description: This page provides an overview of some common ways to deploy rollups. | ||
--- | ||
|
||
# Deploying Your Rollup | ||
|
||
One of the benefits of building rollups with Rollkit is the flexibility you have as a developer to choose things like the DA layer, the settlement scheme, and the execution environment. | ||
|
||
The challenge that comes with this flexibility is that there are more services that now need to be deployed and managed while running your rollup. | ||
|
||
In the tutorials so far, you've seen various helper scripts used to make things easier. While great for tutorials, there are better ways to deploy and manage rollups than using various bash scripts. | ||
|
||
In this section, you'll see a few examples of how you can deploy your rollup environment with all your services running in a more production-ready way. | ||
|
||
:::warning Disclaimer | ||
These examples are for educational purposes only. Before deploying your rollup for production use you should fully understand the services you are deploying and your choice in deployment method. | ||
::: | ||
|
||
* [Deploy with Docker Compose](/tutorials/docker-compose) | ||
<!-- * [Deploy with Kurtosis](/tutorials/kurtosis) --> |
Oops, something went wrong.