Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 672 Bytes

File metadata and controls

47 lines (33 loc) · 672 Bytes
sidebar_label sidebar_position
Source code
3

Running Dirigent from the source code

:::note

This page is a stub.

:::

Running the project from source code is not guaranteed to work on every system.

Requirements

To install Dirigent on your system from source you need to following packages:

  • Git
  • PHP 8.3 or higher
  • Composer 2
  • Web server (like Nginx or Caddy)
  • PHP-FPM
  • PostgreSQL
  • Node

Download source code

git clone https://github.com/codedmonkey/dirigent.git
cd dirigent

Install build tools

composer check-platform-reqs
composer install
npm install
npm run production

Configure services