- PHP 8.0 or higher
- Composer
- SQLite (or another database supported by Doctrine)
-
Clone the repository:
git clone https://github.com/freifunk/linksink.git cd linksink
-
Install PHP dependencies:
composer install
- Create the database schema:
php bin/console doctrine:schema:create
- Run PHPUnit tests:
./vendor/bin/phpunit
-
To clear the cache:
php bin/console cache:clear
-
To run the development server:
php bin/console server:run