Quick Start

  1. Run composer create-project unicalabs/agrippa myagrippa to create your instance of Agrippa.
  2. Enter the newly-created project: cd myagrippa
  3. Change APP_SALT in .env to a randomly-generated value.
  4. Create the database: touch storage/database.sqlite Alternatively, adjust .env to use your MySQL, PostgreSQL, or SQL server connection.
  5. Set up the database: php artisan migrate
  6. Configure Apache or Nginx to serve the public folder. Use the Laravel configuration documentation for guidance.