-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Joel Quiles edited this page Dec 8, 2023
·
3 revisions
This wiki is a developer guide for working with the Dojo Stack.
As of 2023, the base developer setup consists of using a Makefile to generate the [complex] docker-compose file and handle docker containers state (start, stop).
To that end and to get started, the following dependencies are required on the system:
- Unix system with
make
to run the Makefile commands - docker
- docker compose plugin, usually bundled with docker.
The README describes three simple steps to get started without customization:
- Clone repository
- Run
make init
- run
make up
That is it!
The Dojo Web User Interface (Dojo UI): http://localhost:8080
The Dojo API spec / swagger UI: http://localhost:8000
See Stack Overview.
After trying the running app (especially the web UI), you may want to custommize the configuration. See Setting up the environment.