Setup

1. Initialize Brezel

This step can safely be run repeatedly. It

  • sets the application key, if it does not exist
  • executes migration for the meta database
  • initializes OAuth keys, if they do not exist
  • initializes VAPID keys for web push, if they do not exist
php bakery init

2. Create your system

This step adds a Brezel system to your Brezel instance.

php bakery system create <name>

3. Run migrations

This step migrates all system databases.

php bakery migrate