Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

DavidLibeau/mastodon-scheduler

Repository files navigation

/ Mastodon tools / Mastodon scheduler

Mastodon Scheduler

➡️ More info

Install

  1. Clone this repository
  2. composer install
  3. Fill the database information (or in /app/config/parameters.yml)
  4. Setup your database server (Create an empty database)
  5. php bin/console doctrine:schema:update --force
  6. php bin/console server:run or php bin/console server:start