Using DataRamen CLI
To start the local server, run:
dataramen startThis command launches a background service on your local machine at localhost:4466.
First login
Section titled “First login”Default app database
Section titled “Default app database”By default, the DataRamen CLI creates a local SQLite database to store application-related data (e.g., users, permissions, saved queries).
You can configure a custom database in both the CLI tool and the self-hosted service by following this guide.
Stop DataRamen service
Section titled “Stop DataRamen service”You can stop local DataRamen service at anytime by using stop command:
dataramen stopServer logs
Section titled “Server logs”You can view server logs by running logs command:
dataramen logs