Skip to content
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

Docs on self hosting #5120

Closed
supermacro opened this issue Jun 20, 2024 · 3 comments
Closed

Docs on self hosting #5120

supermacro opened this issue Jun 20, 2024 · 3 comments
Labels
Type:Feature New feature request

Comments

@supermacro
Copy link

Are there any docs on how to effectively self-host rill?

What are limitations of self-hosting as well (e.g. features that are in the cloud version vs self-hosted version)?

@supermacro supermacro added the Type:Feature New feature request label Jun 20, 2024
@uttam17
Copy link

uttam17 commented Jun 20, 2024

@supermacro I don't believe there are any ways to self host. You can run it locally though

@supermacro
Copy link
Author

@mindspank
Copy link
Contributor

In general you can run Rill Developer via rill start with various start-up parameters such as --readonly which produces a more end user friendly experience. See https://docs.rilldata.com/reference/cli/start for the full documentation.

As we don't have a user context, nor a backing database, Rill Cloud features such as reports, alerts, bookmarks and encrypted credentials are not available when hosting Rill Developer.

It should be fairly straightforward to dockerize the CLI and to clone/mount project files and start up.
https://github.com/rilldata/rill/blob/main/Dockerfile is one example, adapt to run rill start as opposed to just serving the backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Feature New feature request
Projects
None yet
Development

No branches or pull requests

3 participants