You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Once all containers are up, seed the environment:
19
+
**Terminal 2** — once you see mariadb and engine starting in terminal 1, seed the environment (the script waits internally until they are ready before proceeding):
19
20
```
20
21
./scripts/init.sh
21
22
```
22
23
24
+
After init completes, terminal 1 will finish and the environment is ready.
25
+
23
26
### After initialisation
24
-
To start the environment again after the initial setup:
27
+
To start the environment again after the initial setup, a single terminal is sufficient — engine will become healthy on its own because the database is already initialised:
0 commit comments