/ 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 --force
php bin/console server:run
orphp bin/console server:start