-
Notifications
You must be signed in to change notification settings - Fork 1
Bootstrap
Angel Sanadinov edited this page Apr 14, 2017
·
1 revision
During development, tests can be used for setting up an environment with all the required data for a system to work. However, that approach does not work well in production. For dealing with that, the CLI can be used along with a suitable "bootstrap" component to perform the actual initialization.
A working example can be seen here.
Home | Getting Started | Structure | Containers | Workflows | Controllers