/ Mastodon tools / Mastodon scheduler
➡️ More info
- Clone this repository
composer install- Fill the database information (or in /app/config/parameters.yml)
- Setup your database server (Create an empty database)
php bin/console doctrine:schema:update --forcephp bin/console server:runorphp bin/console server:start