-
Notifications
You must be signed in to change notification settings - Fork 0
Run Locally
hyperdefined edited this page Aug 24, 2025
·
3 revisions
This wiki page shows you how to run cobalt.directory locally.
- git
- Java 21+
- Apache Maven
- bundle (for web only)
Clone this repository. There are 2 .sh files in the root of the project.
-
run.sh- run tester only, output results inbackend/api.json. -
run-web.shrun tester, generate pages, build site.
Simply run run.sh. Any errors or issues with be logged to your console. Results are saved to backend/api.json.
Run run-web.sh <output> <production/development>. The output path is where the static HTML files are moved to after completion. You can serve them like any normal static HTML site.
Running with production/development just turns site analytics, (see this) you should use development or remove that line.