Skip to content

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.

Clone this wiki locally