- Mariadb installation
- php 8.3+
- composer (https://getcomposer.org/)
- symfony cli (https://symfony.com/download)
- Clone the repository
- Copy
config/parameters.dist.ymltoconfig/parameters.yml(turn debug on if you don't want to configure optimus) - Configure
database.urlfollowing this format:mysql://USERNAME:PASSWORD@HOST:PORT/DBNAME?serverVersion=10.11.2-MariaDB&charset=utf8mb4 - Run
resources/schema.sqlandresources/seed-data.sql - Run
composer install - Run
symfony server:startto start the development server - Visit
http://localhost:8000in your browser
You should now have a working local instance of Horaro. You will be able to log in with "operator" as username and password.