-
Notifications
You must be signed in to change notification settings - Fork 57
feat: docs restructuring, add deploy section, bring in v0.14.x #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fe845b2
chore: remove Rollkit has menu section and update naming
MSevey ef45b40
feat: create deploy your rollup section
MSevey b92eaa7
Merge branch 'main' into docs-restructure
MSevey fa2ee29
chore: bump rollkit version and sha to v0.14.0
MSevey 78c4cc4
chore: various updates while debugging
MSevey 77c9fa4
Merge branch 'main' of github.com:rollkit/docs into docs-restructure
MSevey 51c2884
chore: update menu titles
MSevey e67820a
chore: change rollup to chain and adjust capitalzation
MSevey ae79faa
chore: clean up rollup vs chain usage in wordle tutorial
MSevey b5ed00e
chore: bump rollkit to v0.14.1-rc.0
MSevey 06c7c58
feat: update ignite app how to guide
MSevey 8302edb
fix: clean up wordle tutorial
MSevey 6b6c0ee
fix: docker compose turtorial
MSevey 4b5e144
chore: edit kurtosis disclaimer
MSevey d944a0a
chore: remove kurtosis tutorial
MSevey e1aece2
chore: bump rollkit version
MSevey 99f3948
build: bump versions
MSevey 5ad086f
Merge branch 'main' into docs-restructure
yarikbratashchuk 21c6ed3
Merge branch 'main' of github.com:rollkit/docs into docs-restructure
MSevey 563a320
chore: remove cosmwasm testnet
MSevey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.