1. Launch Rill Developer
prerequisites
You will need to install Rill.
You need access to either a locally running ClickHouse Server or ClickHouse Cloud. We recommend using ClickHouse Cloud as this will make deploying to Rill Cloud easier. Please review the documentation, here.
Start Rill Developer
rill start my-rill-clickhouse
After running the command, Rill Developer should automatically open in your default browser. If not, you can access it via the following url:
localhost:9009
You should see the folowing webpage appear.
Let's go ahead and select Start with an empty project
.
Where am I in the terminal?
You can use the pwd
command to see which directory in the terminal you are.
If this is not where you'd like to make the directory use the cd
command to change directories.
Was this content helpful?