| sidebar_label | sidebar_position |
|---|---|
Source code |
3 |
:::note
This page is a stub.
:::
Running the project from source code is not guaranteed to work on every system.
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
git clone https://github.com/codedmonkey/dirigent.git
cd dirigentcomposer check-platform-reqs
composer installnpm install
npm run production