Amphora
  • Introduction
  • On Startup
    • Instantiation Arguments
    • Bootstrapping
  • Basics
    • Routing
    • Publishing
    • Renderers
      • Building Custom Renderers
    • Event Bus
  • Advanced
    • Storage API
    • Data Versioning (Upgrades)
    • Renderer Models
  • Plugins
    • Hooks
    • Writing A Plugin
    • Plugin vs. Renderer
  • Glossary
Powered by GitBook
On this page

On Startup

PreviousIntroductionNextInstantiation Arguments

Last updated 6 years ago

The startup life cycle is meant to do a few main things:

  1. Setup any Amphora Plugins

  2. Register any sites and setup core routes

  3. Seed the database with any default data

All of these processes are coordinated in .

Actions

  • Registering Plugins (Coming Soon!)

  • Add Site(s) (Coming Soon!)

  • Register Renderers/Environment Variables (Coming Soon!)

setup.js
Bootstrap