Getting Started

Installation

Checkout the project

mkdir AutoMarkdoc
cd AutoMarkdoc
git clone https://github.com/partITech/AutoMarkDoc .

Local server instance

Firstly build images, then launch

docker compose build
docker compose up -d

Update dependencies

As this project is made with PHP 8.4 and the framework Symfony, some few commands are required to checkout all needed files.

docker compose exec php composer install