Skip to main content

Development

Build the project

The procedure for building the Djehooty sources is described in the Installation section.

To configure a development environment for Djehooty, follow these steps:

djehooty-backend

The djehooty-backend Makefile includes a dev command that compiles the project in development mode and starts the server with development parameters. By default, the server is started with the User Directory folder set to ~/Djehooty-dev.

You can change the User directory folder by using the DEV_USERDIR environment variable when using the Makefile.

make dev DEV_USERDIR=~/Djehooty-dev2 # Override user directory
make run DEV_USERDIR=~/Djehooty-dev2 # Override user directory